Hello,
I have a standard INSER statement.
I would like to extend it to first check if the table exist.
In case yes, the INSERT will occur.
In case now, the table will be created AND it's Primary key and relsionships will be created as well before the INSERT. Then, the original INSERT will occur.
How can do this?
I have a standard INSER statement.
I would like to extend it to first check if the table exist.
In case yes, the INSERT will occur.
In case now, the table will be created AND it's Primary key and relsionships will be created as well before the INSERT. Then, the original INSERT will occur.
How can do this?