jd2007 Posted July 14, 2007 Share Posted July 14, 2007 SELECT * FROM table_name WHERE column_name!='NULL'; Link to comment https://forums.phpfreaks.com/topic/59939-what-does-the-mysql-statement-below-mean/ Share on other sites More sharing options...
wildteen88 Posted July 14, 2007 Share Posted July 14, 2007 It says select all from the table 'table_name' where the column 'column_name' is not set to 'NULL' Link to comment https://forums.phpfreaks.com/topic/59939-what-does-the-mysql-statement-below-mean/#findComment-298079 Share on other sites More sharing options...
metrostars Posted July 14, 2007 Share Posted July 14, 2007 t means select every cloumn from table_name where column_name isn't empty. EDIT: Beat me to it. Link to comment https://forums.phpfreaks.com/topic/59939-what-does-the-mysql-statement-below-mean/#findComment-298080 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.