Case (in)sensitive

Dear MySQL,
why if I use a query like this:

"select customer.id, Customer.company_name
from Customer"

I receive:
"Unknown table 'customer' in field list"

if tables name (and fields name) are case insensitive also alias should be. Or not?

Thanks in advance

Nicola Biada




--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs [at] m.gmane.org
Nicola Biada [ Mo, 23 Juni 2003 18:37 ] [ ID #75910 ]

Re: Case (in)sensitive

Nicola Biada writes:
> Dear MySQL,
> why if I use a query like this:
>
> "select customer.id, Customer.company_name
> from Customer"
>
> I receive:
> "Unknown table 'customer' in field list"
>
> if tables name (and fields name) are case insensitive also alias should be. Or not?
>
> Thanks in advance
>
> Nicola Biada


Hi!

Only on Windows and OS X table names are case insensitive.

--

Regards,

--
For technical support contracts, go to https://order.mysql.com/?ref=msmi
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <sinisa [at] mysql.com>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB
/_/ /_/\_, /___/\___\_\___/ Fulltime Developer and Support Coordinator
<___/ www.mysql.com Larnaca, Cyprus


--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs [at] m.gmane.org
Sinisa Milivojevic [ Mo, 23 Juni 2003 20:00 ] [ ID #75911 ]
Datenbanken » gmane.comp.db.mysql.bugs » Case (in)sensitive

Vorheriges Thema: NOT LIKE error
Nächstes Thema: J Connector