Posts Tagged ‘conditions’

Conditional DDL?

2008-06-18 14:53:23 CEST | 7 Comments | Tags: , , , , ,

Every now and then I see people ask the question - how to create table if it doesn’t exist yet, how to drop it, but only if it does exist and so on.

Well, starting from 8.2 dropping should be not a problem anymore. But what about create? Alter?

Let’s try to do it…

- MORE -