How to Use Character Literal String in Oracle Database Tutorial Example
Run Query Editor then copy & paste the below code to use character literal string in Oracle Database Server Tutorial Example
-- CONNECT AS Any User or HR SELECT 'Hi all!! this is Character Literal String' FROM DUAL;
-- is comment in Oracle
-- in fact it is comment in MSSQL and MySQL as well

No comments:
Post a Comment
leave your comments here..