If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hi,
1. Is DB2 case sensitive or insensitive by default?
2. Obviously, I can check this my running a few simple queries, but I was just wondering is there a Session property that I can check?
Thanks.
The data is case sensitive. The DLL object names are converted to Upper Case unless you put quotes around the object name in lower case, in which case (no pun intended) you will probably be lynched by a mob of angry DBA's or developers.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
SQL is case sensitive for string values and comparing them. DB2 follows the SQL standard in this respect. Identifiers for schema, table, or columns names (aka object names) are not string values, though.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development