On Tue, Nov 23, 2010 at 4:47 PM, Sergi Vladykin <[email protected]> wrote: > Hi, > > You can for example use autocalcualted fields to do that. Like that > > CREATE TABLE Test5(STRINGFIELD VARCHAR(10) AS COALESCE(STRINGFIELD, > 'Blank'),..... >
Looks good. Thank you. Does this impose a severe performance hit when doing large (>500K rows) imports? -- ======================= Personal Blog: http://www.xanga.com/lizard_sf Facebook: http://www.facebook.com/lizard_sf Earth Delta: http://www.mrlizard.com/rules/54-earth-ad Lizard's game of mutant mayhem using the 4e engine, no collectible cards required! -- 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.
