![]() |
|||
|
|
|||
|
||||||||||||||||||||||||||||||
|
|
|
Looking for the original pages? (formerly called "Morgan's Library") You can find them here.
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 : Code Library : Sponsors : Privacy : Terms of Use : Contact Us | 470 users online © 2009 psoug.org |