Subject Re: [IBO] two questions
Author Enrico Cima
Thx to Lester and Helen
Bye
Enrico

----- Original Message -----
From: <lester@...>
To: <IBObjects@yahoogroups.com>
Sent: Sunday, August 26, 2001 10:15 AM
Subject: Re: [IBO] two questions


> > 1) How I can delete in one shot all the content of a table ?
>
> DELETE FROM TABLE
>
> > 2) How I can delete in one shot all the selected row?
>
> DELETE FROM TABLE WHERE ROW = XXX
>
> Just make the WHERE clause select the row or rows you want
> to delete.
>
> ( Of cause you put this in an IB_DSQL, or use it in IB_SQL )
>
> --
> Lester Caine
> -----------------------------
> L.S.Caine Electronic Services
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>