Change the datatypes in the new table to VARCHAR_IGNORECASE. You can either copy as-is and then ALTER or you can create the new, empty table with the new structure and INSERT INTO SELECT FROM.
On Sunday, September 9, 2012 6:39:22 PM UTC-7, rpw wrote: > > I have a table that is case sensitive. > > I want to make a copy of the table and have the copy be case insensitive. > > How do I do that? > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/PwuRoqbbSRcJ. 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.
