mysql query Syntax error
Posted: Sat Dec 14, 2013 12:06 am
I've spend 2 hours trying to find the right syntax and everything has failed or led me to believe this is correct...
The error I'm getting wants the right syntax near '= 3'
tCertN = 3
Code: Select all
put "SELECT * FROM " & tTableName & "WHERE tcertn = " & tCertN & ";" into tSQL
put revDataFromQuery(Tab, cr, gConnectionID, tSQL) into tData
tCertN = 3