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';
0
2 comments

Should also note that dialect is sql*plus

0

Please sign in to leave a comment.