LucasFerraz
Systems Analyst
HI,
I got this sql
INSERT INTO gamecodes (gamecode, accountname, points, alreadyused) VALUES ('RANDOMCODE','PLAYERNAME',30,'N')
I need a sql code that find account name in table ACCOUNTS using PLAYERNAME
I got this sql
INSERT INTO gamecodes (gamecode, accountname, points, alreadyused) VALUES ('RANDOMCODE','PLAYERNAME',30,'N')
I need a sql code that find account name in table ACCOUNTS using PLAYERNAME
Last edited: