[PHP-DB] Re: sql standard

2002-06-24 Thread Tracker 1
usually, stick with one of the following.. all lowercase, all uppercase, Or Always InterCase or, my personal preference... lblInterCase Have seen some that will make DB names caps, tbl names lower, and column names lblInterCase... pick what you want, and go with it, if you are working with oth

[PHP-DB] Re: sql standard

2002-06-24 Thread John Lim
In general, columns are case-insensitive in every relational database I have tried. However table names might not be. Regards, John "Gerard Samuel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hope someone can confirm this. > I was moving a mysql dump to po