Collections:
Enter Comments in PL/SQL in Oracle
How To Enter Comments in PL/SQL in Oracle?
✍: FYIcenter.com
There are two ways to enter comments into PL/SQL codes:
Here is some example of PL/SQL comments:
BEGIN
-- This is a comment
/* To do:
Need to write some codes here
*/
END;
⇒ Different Types of PL/SQL Code Blocks in Oracle
⇐ PL/SQL Language Case Insensitive in Oracle
2018-12-26, 2736🔥, 0💬
Popular Posts:
What Are the Underflow and Overflow Behaviors on FLOAT Literals in SQL Server Transact-SQL? If you e...
How To Enter Unicode Character String Literals in SQL Server Transact-SQL? Unicode characters are mu...
How to continue to the next iteration of a WHILE loop in SQL Server Transact-SQL? How to use CONTINU...
How To Locate and Take Substrings with CHARINDEX() and SUBSTRING() Functions in SQL Server Transact-...
What is sqlservr.exe - Process - SQL Server (SQLEX?PRESS) in SQL Server? Process sqlservr.exe is the...