T.R | Title | User | Personal Name | Date | Lines |
---|
3720.1 | | NOVA::SMITHI | Don't understate or underestimate Rdb! | Thu Feb 01 1996 09:23 | 13 |
3720.2 | Thanks, Ian! | M5::LWILCOX | Buns of Cinnamon | Thu Feb 01 1996 12:59 | 11 |
3720.3 | | NOVA::SMITHI | Don't understate or underestimate Rdb! | Thu Feb 01 1996 13:32 | 4 |
3720.4 | count(f.anyfield) | NOVA::STONE | | Thu Feb 01 1996 17:41 | 11 |
3720.5 | | NOVA::SMITHI | Don't understate or underestimate Rdb! | Thu Feb 01 1996 17:48 | 21 |
3720.6 | | M5::LWILCOX | Buns of Cinnamon | Fri Feb 02 1996 08:49 | 7 |
3720.7 | also on VAX, 6.1-1 . Fixed in Rdb 7.0 | 8292::PJACOB | Patrick [email protected] | Fri Apr 11 1997 09:20 | 16 |
|
Same problem on VAX Rdb 6.1-1:
SQL> select count(x.*) from employees x ;
%SQL-I-BUGCHKDMP, generating bugcheck dump file
FRVMSS$DKA200:[USER.PJACOB]SQLBUGCHK.DMP;
%SQL-F-BUGCHK, There has been a fatal error. Please submit a software
performance report. SQL$BLRXPR - 12
SQL>
A better error message is displayed in Rdb V7.0:
SQL> select count(x.*) from employees x ;
%SQL-F-INVSELSTAR, * is not allowed in this context
SQL>
Patrick
|
3720.8 | | NOVA::SMITHI | Don't understate or underestimate Rdb! | Fri Apr 11 1997 10:31 | 6 |
| "Better" is a relative. The error reported is quite wrong. It is the
correlation name which is not valid in this context, the * is fine.
Please submit a BUG report asking for the message to be corrected.
Ian
|