Basic SQL Query Report. Column Name value problem

I’ve tried with && and backticks. What the heck?

image
image
image

image

image

Put question marks into your SQL instead of the curly braces. You will get expression boxes for them below the SQL. Connect your parameters there.

Curly braces are string substitutions. You want JDBC parameters to avoid quoting problems.

3 Likes