Connecting Tech Pros Worldwide Forums | Help | Site Map

Get ID of deleted items

phpfrizzle
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi there,

I wonder if there is anything similar to "mysql_insert_id();"
for deleted/updated id's?

If i do a query and DELETE WHERE text_field="",
can i get the id's of the fields that were deleted???

Thanks.

CJ Llewellyn
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Get ID of deleted items


"phpfrizzle" <phpfrizzle@hotmail.com> wrote in message
news:18cde9b5.0501211141.1119e767@posting.google.c om...[color=blue]
> Hi there,
>
> I wonder if there is anything similar to "mysql_insert_id();"
> for deleted/updated id's?
>
> If i do a query and DELETE WHERE text_field="",
> can i get the id's of the fields that were deleted???[/color]

No.

Select the rows first.



Closed Thread