Subject | Re: [IBO] Re: How to delete a single record using DeleteSQL |
---|---|
Author | Harald Klomann |
Post date | 2000-12-13T17:53:41Z |
Simply put the delete statement there, like
delete from table where id = : id
harald
asoft@... wrote:
delete from table where id = : id
harald
asoft@... wrote:
> Thanks for your help.
>