Hi,
if i have a file, with multiple queries :
select ...
/
select ...
/
when i load the file to a SQL window,
i am getting each query in a different tab (that's great).
but when i save the file, the last "/" is deleted.
so the file becomes -
select ...
/
select ...
so i need to insert the last missing "/" manually,
can you add it.
thanks,
Shay
if i have a file, with multiple queries :
select ...
/
select ...
/
when i load the file to a SQL window,
i am getting each query in a different tab (that's great).
but when i save the file, the last "/" is deleted.
so the file becomes -
select ...
/
select ...
so i need to insert the last missing "/" manually,
can you add it.
thanks,
Shay