Zavier Sheran wrote: > > When I create a table with column names in lowercase, I get an error when > I > try to insert data. Is it not possible to have columns in lowercase? it > looks like MaxDB doesn't recognize them... >
If you created names with lowercase, you created them with " around like "lowercolumn". Then you have to use them with " around everywhere, with insert, select, ...... All identifier without " around are changed to uppercase. Elke SAP Labs Berlin > -Zavier > > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
