|
|
BSD 4.3
2000 %0 errors were found in quel program~
2100 line %0, Attribute '%1' not in relation '%2'~
2103 line %0, Result domain type does not match type of expression~
2105 line %0, Relation valued operators only defined for relations~
2106 line %0, Data base utility command buffer overflow~
2107 line %0, You are not allowed to update this relation: %1~
2108 line %0, Result relation (%1) for APPEND does not
exist or cannot be accessed by you~
2109 line %0, Variable '%1' not declared in RANGE statement~
2110 line %0, Too many dots in multi-dot attribute~
2111 line %0, Too many attributes in key for INDEX~
2112 line %0, Invalid types for relation comparison~
2113 line %0, Type of argument to empty() not relation~
2114 line %0, Argument to unary or functional operator can't be RELATION~
2115 line %0, Pattern matching index must be given following the '##'~
2116 line %0, Undefined relation identifier or constant operator '%1'~
2117 line %0, Invalid relation name '%1' in RANGE statement~
2118 line %0, Out of space in query tree - Query too long~
2119 line %0, MOD operator not defined for floating point
or character attributes~
2120 line %0, no pattern match operators allowed in the target list~
2121 line %0, Only character type domains are allowed in CONCAT operator~
2122 line %0, Pattern matching index mentioned in target but not qualifier~
2123 line %0, '%1.all' not defined for replace~
2124 line %0, Pattern matching index repeated in qualifier~
2125 line %0, Cannot use aggregates ("avg" or "avgu") on character values~
2126 line %0, Cannot use aggregates ("sum" or "sumu") on character values~
2127 line %0, Cannot use numerical functions (ATAN, COS, LOG,
SIN, SQRT, EXP, ABS) on character values~
2128 line %0, Cannot use unary operators ("+" or "-") on character values~
2129 line %0, Numeric operations (+ - * /) not allowed on character values~
2130 line %0, Too many result domains in target list~
2131 line %0, Target list too wide~
2132 line %0, Too many aggregates in this query~
2133 line %0, Type conflict on relative operator~
2134 line %0, '%1' is not a constant operator.
Only 'dba' or 'usercode' are allowed.~
2135 line %0, You cannot duplicate the name of an existing relation(%1)~
2136 line %0, There is no such hour as %1, use a 24 hour clock system~
2137 line %0, There is no such minute as %1, use a 24 hour clock system~
2138 line %0, There is no such time as 24:%1, use a 24 hour clock system~
2139 line %0, Your database does not support query modification~
2140 line %0, You may not call define query from inside define query~
2141 line %0, Query %1 has not been defined~
2142 line %0, No space left to define a query~
2143 line %0, You can not use a $ if you are not defining a query~
2144 line %0, There are no more variables left in the this defined query~
2145 line %0, There are undefined variables in this defined query~
2146 line %0, You can not have aggregates in a defined query~
2147 line %0, Only '*' operator can appear immediately after command name~
2148 line %0, Target lists containing reln. expressions can have only 1 element~
2149 line %0, Relation expressions not allowed in target list of this cmd.~
2500 line %0, The word '%1', cannot follow this command~
2501 line %0, The word '%1', cannot follow a RETRIEVE command.~
2502 line %0, The word '%1', cannot follow an APPEND command.~
2503 line %0, The word '%1', cannot follow a REPLACE command.~
2504 line %0, The word '%1', cannot follow a DELETE command.~
2507 line %0, The word '%1', cannot follow a DESTROY command.~
2508 line %0, The word '%1', cannot follow a HELP command.~
2510 line %0, The word '%1', cannot follow a MODIFY command.~
2511 line %0, The word '%1', cannot follow a PRINT command.~
2515 line %0, The word '%1', cannot follow a RETRIEVE UNIQUE command.~
2516 line %0, The word '%1', cannot follow a DEFINE VIEW command.~
2519 line %0, The word '%1', cannot follow a HELP VIEW, HELP INTEGRITY,
or HELP PERMIT command.~
2522 line %0, The word '%1', cannot follow a DEFINE PERMIT command.~
2523 line %0, The word '%1', cannot follow a DEFINE INTEGRITY command.~
2526 line %0, The word '%1', cannot follow a DESTROY INTEGRITY or
DESTROY PERMIT command.~
2528 line %0, The word '%1', cannot follow a DEFINE QUERY command.~
2600 syntax error on line %0
last symbol read was: %1~
2601 line %0, Syntax error on '%1', the correct syntax is:
RETRIEVE [[INTO]relname] (target_list) [WHERE qual]
RETRIEVE UNIQUE (target_list) [WHERE qual]~
2602 line %0, Syntax error on '%1', the correct syntax is:
APPEND [TO] relname (target_list) [WHERE qual]~
2603 line %0, Syntax error on '%1', the correct syntax is:
REPLACE tuple_variable (target_list) [WHERE qual]~
2604 line %0, Syntax error on '%1', the correct syntax is:
DELETE tuple_variable [WHERE qual]~
2605 line %0, Syntax error on '%1', the correct syntax is:
COPY relname (domname = format {, domname = format}) direction "filename"~
2606 line %0, Syntax error on '%1', the correct syntax is:
CREATE relname (domname1 = format{, domname2 = format})~
2607 line %0, Syntax error on '%1', the correct syntax is:
DESTROY relname {,relname}
DESTROY [PERMIT | INTEGRITY] relname [integer{, integer} | ALL]~
2609 line %0, Syntax error on '%1', the correct syntax is:
INDEX ON relname IS indexname (domain1{, domain2}) ~
2610 line %0, Syntax error on '%1', the correct syntax is:
MODIFY relname TO storage-structure [ON key1 [: sortorder] [{, key2 [:sortorder]}]]
[WHERE [FILLFACTOR = n] [, MINPAGES = n] [, MAXPAGES = n] [, LID = name]]~
2611 line %0, Syntax error on '%1', the correct syntax is:
PRINT relname{, relname}~
2612 line %0, Syntax error on '%1', the correct syntax is:
RANGE OF variable IS relname~
2613 line %0, Syntax error on '%1', the correct syntax is:
SAVE relname UNTIL month day year~
2614 line %0, Syntax error on '%1', the correct syntax is:
DEFINE VIEW name (target list) [WHERE qual]
DEFINE PERMIT oplist {ON|OF|TO} var [(attlist]
TO name [AT term] [FROM time TO time]
[ON day TO day] [WHERE qual]
DEFINE INTEGRITY ON var IS qual~
2615 line %0, Syntax error on '%1', the correct syntax is:
RETRIEVE UNIQUE (target_list) [WHERE qual]~
2616 line %0, Syntax error on '%1', the correct syntax is:
DEFINE VIEW name (target_list) [WHERE qual]~
2619 line %0, Syntax error on '%1', the correct syntax is:
HELP VIEW relname[, relname]
HELP PERMIT relname[, relname]
HELP INTEGRITY relname[, relname]~
2622 line %0, Syntax error on '%1', the correct syntax is:
DEFINE PERMIT oplist {ON|OF|TO} var [(attlist)]
TO name [AT term] [FROM time TO time]
[ON day TO day] [WHERE qual]~
2623 line %0, Syntax error on '%1', the correct syntax is:
DEFINE INTEGRITY ON var IS qual~
2626 line %0, Syntax error on '%1', the correct syntax is:
DESTROY INTEGRITY relname [ integer { , integer } | all ]~
2628 line %0, Syntax error on '%1', the correct syntax is:
EXEC (target_list) [WHERE qual]~
2700 line %0, non-terminated string~
2701 line %0, string too long~
2702 line %0, invalid operator~
2703 line %0, Name too long '%1'~
2704 line %0, Out of space in symbol table - Query too long~
2705 line %0, non-terminated comment~
2707 line %0, bad floating constant: %1~
2708 line %0, control character passed in pre-converted string~
2709 line %0, buffer overflow in converting a number~
2710 line %0, illegal BNF string~
2711 line %0, may not unuse a group which has never been used~
2712 line %0, group of delims does not exist~
2800 line %0, yacc stack overflow in parsing query~
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.