As following up my previous question's answer.
i need write script to alter sequences for all my tables(100+)
given below is an example for table gcompany
alter sequence seq_gcompany_id owned by company.companyid;
how to get this Alter
query for all the sequence
?
hint: all the sequences name starts with seq_g