I just did an import into an exisiting table with rows of data. I now have my new data in the table (no rowid assigned). I'm looking for a simple rowid update query.
I did a query
select o_rowid, number_of_dups = count (*)
from AP_Dept1113
group by o_rowid
having count (*) >1
got: 1613 duplicate rows?????
I still need help finding a better way to add rowid's to existing data. But more so, need assistance fixing my duplicate rows. Can you or anyone help?
Thank you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.