Jump to content

help with syntax


Riparian

Recommended Posts

Desperate for some help with this one !

 

Can someone please tell me what is wrong with this ... it work 90% of the time but then it kicks it out for no reason I can see.

 

 

in this example t027a exists and is in_stock.

 

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where model_number RLIKE 't027[a-z]' and in_stock='T'' at line 1

 

 

Cheers

 

 

Link to comment
https://forums.phpfreaks.com/topic/222596-help-with-syntax/
Share on other sites

The error is occurring before the WHERE. You would need to post what the query is up to that point.

 

Best guess is you are dynamically putting some variable into the query and it is either empty or contains something that breaks the sql syntax.

Link to comment
https://forums.phpfreaks.com/topic/222596-help-with-syntax/#findComment-1151176
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.