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';
请先登录再写评论。
Should also note that dialect is sql*plus
https://youtrack.jetbrains.com/issue/DBE-3703/Support-SQLPlus-variables