hi Brian, yes, I am familiar with these constructs, but I want to do one "if" test and perform multiple actions, for example creating multiple tables and indexes.
any ideas? thanks, Igal On Tuesday, September 4, 2012 6:43:15 PM UTC-7, Brian wrote: > > I know you can do this: > CREATE TABLE IF NOT EXISTS TEST1(ID NUMBER,NAME VARCHAR(8)); > or > DROP TABLE TEST1 IF EXISTS; > > > -Brian > -- 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/-/2SVVCu7BSDYJ. 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.
