Question
Tata Consultancy Services
IN
Last activity: 31 Aug 2021 4:17 EDT
Dual table in Pega
Hi,
We are trying to execute the below query to hit the dual table but getting below error.
Query:
SELECT 'Test' as ".Name" FROM DUAL
OR
SELECT 'Test' as ".Name" FROM {Table: DUAL}
Error: relation "dual" does not exist
Can you please advise how can we hit the dual table to get the desired outcome.
Thanks