mjahkoh Posted September 1, 2011 Share Posted September 1, 2011 I want to select all rows from a table whereby the contents may contain spaces eg "[email protected], [email protected]" Regards Link to comment https://forums.phpfreaks.com/topic/246165-select-rows-with-spaces/ Share on other sites More sharing options...
mjahkoh Posted September 1, 2011 Author Share Posted September 1, 2011 SELECT email FROM emails WHERE email like "% %" Link to comment https://forums.phpfreaks.com/topic/246165-select-rows-with-spaces/#findComment-1264197 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.