Skip to content
Advertisement

EXPRESS and SQL “syntax error at or near “$””

I’m making PFP route with EXPRESS and PSQL and I have a little problem.

I get an error

Syntax error at or near “$”

Code:

I think there shouldn’t be any problem?

Thanks.

Advertisement

Answer

You just made typo when indicated 1$ instead of $1:

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