31 May 2023 02:46 PM - edited 01 Jun 2023 03:50 PM
select 'hello world' from dual
Best,
Sini
Solved! Go to Solution.
01 Jun 2023
07:15 AM
- last edited on
01 Jun 2023
03:52 PM
by
sinisa_zubic
Hi Sinisa, the data command allows you to generate sample data during query runtime. You could do something like this:
data (record(data = "hello world"))