[Flug] Voi che ci capite a pacchi: mysql

Gian Uberto Lauri saint@eng.it
Mar 18 Mar 2014 10:18:09 CET


Massimiliano Masi writes:
 > Gian, 
 > 
 > Il giorno 17/mar/2014, alle ore 16:42, Gian Uberto Lauri <saint@eng.it> ha scritto:
 > > 
 > > Postulato: per definizione SQL è case insensitive.
 > 
 > Ma scusa, anche mysql no?


Note

Although database and table names are not case sensitive on some
platforms, you should not refer to a given database or table using
different cases within the same statement. The following statement
would not work because it refers to a table both as my_table and as
MY_TABLE:

 mysql> SELECT * FROM my_table WHERE MY_TABLE.col=1;


 > lower_case_table_names=1

Appunto, hanno bisogno di una variabile di ambiente (patch più tarda).

E con un RDBMS serio puoi fare

SeLeCt * fRoM My_tAbLe wHeRe mY_TaBlE.CoL=1

PostgresSql!


-- 
 /\           ___                                    Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_____               African word
  //--\| | \|  |   Integralista GNUslamico            meaning "I can
\/                 coltivatore diretto di software       not install
     già sistemista a tempo (altrui) perso...                Debian"

Warning: gnome-config-daemon considered more dangerous than GOTO


Maggiori informazioni sulla lista flug