drop table if exists your_table;
create your_table (...);
> -Original Message-
> From: Peter Abilla [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 04, 2002 1:12 PM
> To: [EMAIL PROTECTED]
> Subject: Drop, Create. . .help
>
>
> I want to do the foll
I want to do the following:
1-If table x exists, then drop.
2-then, create table x again.
Explanation:
Table x in (1) has different date parameters than table x in (2). They are
called the same name because there is a function that uses that table.
Basically, I want to do something like:
DROP