Re: [GENERAL] Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?

2001-02-07 Thread Dominic J. Eidson
On Wed, 7 Feb 2001, Brice Ruth wrote: > Is there a simple (unix) command I can run on text files to convert > cr/lf to lf? The way I did it seemed pretty ass-backward to me (not to > mention time consuming). perl -pi~ -e 's/\r//g' file1 file2 ... fileN --

pgsql-sql@postgresql.org

2000-09-24 Thread Dominic J. Eidson
the above cases - in the final case, > probably also generate a NOTICE. In these cases, is NULL = 0? - What if it returns the UID for "root" (typically UID 0)... I think an error message should/would be better in this case. Just my $.02. -- Dominic J. Eidson