shukra Posted June 27, 2008 Share Posted June 27, 2008 is there any query to find out all the keywords used in MySql? eg varchar,desc,limit etc... [*i'm using mysql version 4.1.22] thanks. Link to comment https://forums.phpfreaks.com/topic/112142-mysql-keywords-query/ Share on other sites More sharing options...
bluejay002 Posted June 27, 2008 Share Posted June 27, 2008 check the documentation provided by MySQL. Link to comment https://forums.phpfreaks.com/topic/112142-mysql-keywords-query/#findComment-575721 Share on other sites More sharing options...
fenway Posted June 27, 2008 Share Posted June 27, 2008 Specifically here. Easiest way to get around this (since the list can change) is to use an underscore in column names. Link to comment https://forums.phpfreaks.com/topic/112142-mysql-keywords-query/#findComment-575939 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.