YoungNate_Black_coder Posted July 14, 2011 Share Posted July 14, 2011 i wanna query a database table for all rows by this id except this id ??? Link to comment https://forums.phpfreaks.com/topic/241944-mysql-query-select-all-but-or-except/ Share on other sites More sharing options...
jcbones Posted July 14, 2011 Share Posted July 14, 2011 SELECT * FROM table WHERE id != 1; Link to comment https://forums.phpfreaks.com/topic/241944-mysql-query-select-all-but-or-except/#findComment-1242550 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.