In DataGrip, how can I pass parameters to SQL query? Say I have a query:
select * from table where date >= ?
Then how can I bind the variable here? When I open the parameters pane, i.e. click the P
button here.
I see
No parameters present
Or:
Where should I set the parameter value?