Subject | Re: [IBO] how-to empty a table |
---|---|
Author | Helen Borrie |
Post date | 2001-05-22T15:03:44Z |
At 08:04 AM 22-05-01 -0700, you wrote:
DELETE FROM ATABLE
Without a restricting clause, it will just delete everything (provided there are no dependencies).
Cheers,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
>HI all,On the DSQL tab, just process this statement:
>
>How can I empty (delete all records) in a particular IB6 table using
>IB_WISQL.exe??
>
>Thanks in advance
>Daniel
DELETE FROM ATABLE
Without a restricting clause, it will just delete everything (provided there are no dependencies).
Cheers,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________