Friday, December 5. 2008re: dbms_identifiers_and_case_sensitivityComments
Display comments as
(Linear | Threaded)
I use SQL Server a lot and find their approach more natural. However, I wanted to point out that its 'delimited' identifiers includes both bracketted, e.g. [x], and quoted, e.g. "x". I believe the rules are the same for both but quoted has to be enabled explicitly.
Their delimited identifiers copes with much more than mere case differences though. It allows special characters to be included and reserved words to be used (usually tables that have been previously named by a reserved word). The bracketted form is also used extensively in Microsoft Analysis Services, and even appears in their old VB6 syntax. |
QuicksearchHi! I'm Robert Treat, COO of OmniTI, perhaps the best internet technology consulting company on the planet. A veteran open source developer and advocate, I have been recognized as a major contributor to the PostgreSQL project, and can often be found speaking on open source, databases, and large scale web operations. Recent MusingsMonitoring for "E-Tailers"
Wednesday Cloudy With A Chance Of Scale Wednesday Checkpoints, Buffers, and Graphs Wednesday You were saying? about Checkpoints, Buffers, and Graphs Sun, 27.11.2011 15:42 And the slides are up at http: //www.2ndquadrant.com/en/talks / about Index pruning techniques Thu, 24.11.2011 11:42 You probably want array_agg in stead of array_accum. That sa id, if you don't understand ho w to fix the query, it's [...] Blog Administration |
Robert Hodges has brought up the idea of MySQL->Oracle culture shock today; it's something I have run into. In my opinion, much of that gap is the difference between open source culture and closed source culture; Oracle DBA's often feel strongly that a si
Tracked: Apr 30, 13:16