Z
Zachary Hauri
I'm having a problem with the following query using VB.
"SELECT games.* FROM Games, Log ORDER BY Log.logID DESC
LIMIT 1,10"
If I run the VB, it says "Syntax error in ORDER BY
clause." (runtime error 3138), but I don't see any obvious
errors in my syntax. Should there be something in
between "ORDER BY Log.logID DESC" and "LIMIT 1,10"?
"SELECT games.* FROM Games, Log ORDER BY Log.logID DESC
LIMIT 1,10"
If I run the VB, it says "Syntax error in ORDER BY
clause." (runtime error 3138), but I don't see any obvious
errors in my syntax. Should there be something in
between "ORDER BY Log.logID DESC" and "LIMIT 1,10"?