phpbeginner Posted September 29, 2007 Share Posted September 29, 2007 I have a table with fldname. I want to display all records except where the fldname=xxxx. I thought an except where='xxxx' would work but not. Below is what I used. Any help is greatly appreciated ! $rs=mysql_query("select * from tbllist except WHERE fldname='xxxx'"); Link to comment https://forums.phpfreaks.com/topic/71146-mysql_query-help/ Share on other sites More sharing options...
phpbeginner Posted September 29, 2007 Author Share Posted September 29, 2007 forget it....major brain fart Link to comment https://forums.phpfreaks.com/topic/71146-mysql_query-help/#findComment-357798 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.