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

Should also note that dialect is sql*plus

0

请先登录再写评论。