I have the following:
SELECT * FROM flights
LIMIT 10
why is this giving me an incomplete error?
I have the following:
SELECT * FROM flights
LIMIT 10
why is this giving me an incomplete error?
Maybe you forgot the semicolon after LIMIT 10
thank you arrayrockstar, that was indeed my problem
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.