Skip to content
Advertisement

SQL query missing select statement fetching data error

I am using SQL query fetching some issue data is not fetching black show.

I am sharing this query here. Please help me.

SQL query here

Advertisement

Answer

A SQL query only has one where clause. Presumably, you intend:

Note the use of ?. This represents a parameter placeholder. Don’t munge query strings with parameters values! Learn to use parameters properly.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement