Skip to content
Advertisement

Wrongly closed SQL parentheses [closed]

I’m fairly new at writing SQL commands so I don’t exactly know where I’m going wrong here. I closed all the parentheses, but I still get the following error message:

Syntax error: Expected “)” but got keyword AND at [18:5]

Code:

Any hints?

Advertisement

Answer

WHERE Clause is missing :

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