Re: SUMMARY: SQL question

From: <feenan_at_nova.enet.dec.com>
Date: 30 Dec 1993 01:35:04 GMT
Message-ID: <2ftb88$je0_at_jac.zko.dec.com>


|>Thanks for all the replies I received.
|>
|>The reason I asked the question was that when I use SQL with RDB on VMS and
|>Ingres on Unix, the following statements always give the same results:
|>
|>SQL> select count(*) from table_one where field_one = '';
|>
|>SQL> select count(*) from table_one where field_one = ' ';
|>
|>I guess this means that RDB and Ingres are incorrect!?! :-)
|>
|>Thanks again,
|>
|>Dave
|>
|>P.S. Does anyone know of an archive site where I can find a copy of
|> the latest SQL standard??
|>
Received on Thu Dec 30 1993 - 02:35:04 CET

Original text of this message