Hi Jaishree,
Are you still facing this issue? try this
SELECT
"state"
FROM
table state
UNION
SELECT
' All' state
FROM
"SYS"."DUMMY"
ORDER BY 1
Regards,
Mathivanan
Hi Jaishree,
Are you still facing this issue? try this
SELECT
"state"
FROM
table state
UNION
SELECT
' All' state
FROM
"SYS"."DUMMY"
ORDER BY 1
Regards,
Mathivanan