what you do when you find error in IN query in mysql

Error

Select * from Tablename where Ciy IN()

 

when no id found in IN()

 

Pass Query Like that

Select * from Tablename where Ciy IN(‘Empty’)

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *