"CoL" <col(at)mportal(dot)hu> wrote in message news:b6sfho$1b7d$1(at)news(dot)hub(dot)org(dot)(dot)(dot)
> begin;
> create table temp as select distinct * from user_traffic WHERE id_user =
> 6738;
> delete from user_traffic WHERE id_user = 6738;
> insert into user_traffic select * from temp;
> drop table temp;
> commit;
Is not so easy like this...
After that delete some other records in
other tables will be deleted ( cascade ).
The solution was doing the dump, modify
by hand the dump, reinit the DB ........
Thank you anyway.
Gaetano