sql*plus variables unusable in datagrip
The below code essentially won't work because DataGrip keeps trying to get me as the user to fill in the variable instead of realizing that the code itself is filling it.
VARIABLE bind_start_date VARCHAR2(24);
EXEC :bind_start_date := '2022-07-01';
Please sign in to leave a comment.
Should also note that dialect is sql*plus
https://youtrack.jetbrains.com/issue/DBE-3703/Support-SQLPlus-variables