MartinCouture
Technical User
It's an aviation database which I can't change the name of the tables/data...
Being new at MySQL, this is the statement that I would like to run:
SELECT * FROM wpt WHERE DESC LIKE '%coe%
Which returns all the info about a waypoint that contains coe in its name, or like they want to call it : DESC.
Which returns an error because DESC is interpreted as a MySQL command/term...
Is there an escape character or something ? I tried 'DESC' and "DESC".
Thanks -----------------
[flush]
Being new at MySQL, this is the statement that I would like to run:
SELECT * FROM wpt WHERE DESC LIKE '%coe%
Which returns all the info about a waypoint that contains coe in its name, or like they want to call it : DESC.
Which returns an error because DESC is interpreted as a MySQL command/term...
Is there an escape character or something ? I tried 'DESC' and "DESC".
Thanks -----------------
[flush]