guyfromfl Posted October 13, 2008 Share Posted October 13, 2008 Can you see whats wrong here?? I don't see anything so that means it has to be obvious as day. SQL returns Error 1241: Opperand should contain 1 column(s) SELECT ( custId, dealerName, lName, fName, emailAddress, billingCity, billingState, billingCountry ) FROM customers WHERE ( dealerName LIKE '%HobbyTown%' OR fName LIKE '%Susan%'); Thanks Quote Link to comment https://forums.phpfreaks.com/topic/128285-solved-error-1241-opperand-should-contain-1-columns/ Share on other sites More sharing options...
fenway Posted October 14, 2008 Share Posted October 14, 2008 Yeah, drop the parens... I assume that worked. Quote Link to comment https://forums.phpfreaks.com/topic/128285-solved-error-1241-opperand-should-contain-1-columns/#findComment-664939 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.