|
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
Term: CONSTANT
Definition: constant_name CONSTANT datatype [NOT NULL] { := | DEFAULT } expression; Example Usage: C_WIDTH CONSTANT numeric(8,1) := 25.1; In the constant declaration example above the constant is named "C_WIDTH", is given the datatype of NUMERIC, and a value of "25.1" Related Links: Related Code Snippets:
|
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2025 psoug.org |