Hello, World! in SQL
Example for versions
Oracle 10g SQL,
Oracle 11g SQL
‘Hello, World!’ string is selected from built-in table dual
which is used for queries which don’t need data from real tables.
select 'Hello, World!'
from dual;
Comments
]]>blog comments powered by Disqus
]]>