Suppose I have the following simple table:
create table mytable ( desid bigint not null, ancid bigint not null ); insert into mytable (ancid,desid)