With some other DB, something like
would output the word something into server buffer.
This is not allowed in Oralce. Is it true I could use something like
to do this? If so, what's the constant.
I would rather not use
as it makes the buffer rather ugly!
Code:
SELECT 'something'
This is not allowed in Oralce. Is it true I could use something like
Code:
SELECT something INTO ACONSTANT
I would rather not use
Code:
dbms_output.put_line()