Print arbitrary text
Hello,
with MS SQL Server i am used to printing simple messages like these from out of SQL Scripts:
SELECT 'Update follows..'
or
PRINT 'Update follows..'
In Oracle I am getting error messages.
How do I print arbitrary text in Oracle?
Thank You
Joachim
|