User Parameters | DataGrip Documentation
Open settings by pressing Ctrl+Alt+S and navigate to Database | Query Execution | User Parameters.
![](https://resources.jetbrains.com/help/img/idea/2023.3/db_execute_parametrized_statement.png)
Substitute inside SQL strings | Apply parameter patterns to string literals in the SQL code. For example, consider the following code.
|
even this works
SELECT * FROM table WHERE column = :value
sql - How to run query with parameters in DataGrip? - Stack Overflow
No comments:
Post a Comment