8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 20:43:04 +01:00

RECURSIVE is reserved in SQL2003

This commit is contained in:
asfernandes 2006-08-02 00:53:01 +00:00
parent f1a4832484
commit 069e46b050

View File

@ -2149,6 +2149,7 @@ keyword_or_column : valid_symbol_name
| TRAILING | TRAILING
| TRIM | TRIM
| GLOBAL /* added in FB 2.1 */ | GLOBAL /* added in FB 2.1 */
| RECURSIVE
; ;
col_opt : ALTER col_opt : ALTER
@ -4365,7 +4366,6 @@ non_reserved_word :
| LIST /* added in FB 2.1 */ | LIST /* added in FB 2.1 */
| PRESERVE | PRESERVE
| TEMPORARY | TEMPORARY
| RECURSIVE
; ;
%% %%