SELECT venue_id FROM
(SELECT venue_id FROM nightave_dNight Ave.statistics
) as tbl
I keep getting........ ....
You have an error in your SQL syntax. Check the manual that
corresponds to your MySQL server version for the right syntax to use
near 'SELECT venue_id FROM statistics
) as t
I'm running MySQL Version 4.0.22
(SELECT venue_id FROM nightave_dNight Ave.statistics
) as tbl
I keep getting........ ....
You have an error in your SQL syntax. Check the manual that
corresponds to your MySQL server version for the right syntax to use
near 'SELECT venue_id FROM statistics
) as t
I'm running MySQL Version 4.0.22
Comment