Parameter defaults are actually in the SQL standard, while it was
previously claimed they were not.
- The SQL standard does not specify parameter defaults. The syntax
- with the DEFAULT key word is from Oracle, and it
- is somewhat in the spirit of the standard: SQL/PSM uses it for
- variable default values. The syntax with = is
- used in T-SQL and Firebird.
+ For parameter defaults, the SQL standard specifies only the syntax with
+ the DEFAULT key word. The syntax
+ with = is used in T-SQL and Firebird.