SqlDbx Forum

SqlDbx

You are not logged in.

#1 2017-05-15 13:04:00

garbuya
Member

Suggestion -- add block for Oracle MERGE command

SELECT, INSERT, UPDATE and DELETE are shrinking into one line when you click at the beginning of this command and then click on "-" box, but MERGE does not have such option.  Please add it.

Also, this looks like a bug for me:

SELECT
C1
,C2
,C3
FROM T1
--
UNION
--
SELECT
C1
,C2
,C3
FROM T2
--
UNION
--
SELECT
C1
,C2
,C3
FROM T3
;

If you click next to the 1st SELECT and click "-" it will shrink into one line a whole query. Should it shrink only the first select statement?

Offline

Board footer

Powered by FluxBB