How to Use Quotes in Oracle Database Tutorial Example
Run Query Editor then copy & paste the below code to use quotes in Oracle Database Server Tutorial Example
-- CONNECT AS Any User or HR
SELECT 'Friendz'' I am quote on Oracle Database' AS
"Use of quote on Oracle"
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..