I give up... What is the required syntax when using variables in Select statements in SQLite? For example:
I give up... What is the required syntax when using variables in Select statements in SQLite? For example:
SELECT firstname,lastname FROM members WHERE username=variablename
Thanks!
SELECT firstname,lastname FROM members WHERE username=variablename
Thanks!
Comments
Post a Comment