Index | Home | Forums
Oracle PL/SQL Example 2-13 Case Sensitivity of Identifiers
Example 2-13 Case Sensitivity of Identifiers
DECLARE
zip_code INTEGER;
Zip_Code INTEGER; -- duplicate identifier, despite Z/z case difference
BEGIN
zip_code := 90120; -- raises error here because of duplicate identifiers
END;
/
This page was created by oracleabc.com on Feb 23,2008 00:09:02
General comments and questions regarding this document should be sent by email to info@oracleabc.com or post your comments here