On Mar 3, 5:57 pm, Sharad <[email protected]> wrote: > Is there any way to avoid this behavior and permit camel case ( mixed > case ) in column names..
In SQL? As on SQL-92 Sec. 5.2, everything should be upper-case: http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt Yes, various vendors screws things up as do they want. But if you want to know a standard, then SQL is case-insensitive by nature and everything is upper-case. -- HTH, bm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
