To do multible compids, use the following script:
php /var/www/html_j3sg/institutions/ChangeCompidOfAllInstitutionalAfewCompaniesAtATime.php
Please note that the script mentioned above (ChangeCompidOfAllInstitutionalAfewCompaniesAtATime) only updates the current13FFilingpositions table, no archived tables.

This script actual updates 13F current table as well as both archive13F tables.

We got coming in compid: : 130921
SELECT companies.* , sectors.level3des FROM companies, sectors WHERE companies.sector = sectors.level3num and compid = '130921'

The Shares Amount is 91983000

The cusip is 00339B107
NOT OLD

Retrive Rows from Table:
select * from current13Fpositions where cusip = '00339B107'
Number of Rows :10

update current13Fpositions set compid = '130921', sectorNum = '401001', sectorDes = 'Biotechnology', issuerCik = '0001052837' , percentOut = '8.72' where entryId = '597668'
update current13Fpositions set compid = '130921', sectorNum = '401001', sectorDes = 'Biotechnology', issuerCik = '0001052837' , percentOut = '9.09' where entryId = '1264006'
update current13Fpositions set compid = '130921', sectorNum = '401001', sectorDes = 'Biotechnology', issuerCik = '0001052837' , percentOut = '11.57' where entryId = '1375153'
update current13Fpositions set compid = '130921', sectorNum = '401001', sectorDes = 'Biotechnology', issuerCik = '0001052837' , percentOut = '16.33' where entryId = '1569273'
update current13Fpositions set compid = '130921', sectorNum = '401001', sectorDes = 'Biotechnology', issuerCik = '0001052837' , percentOut = '0.01' where entryId = '1826969'
update current13Fpositions set compid = '130921', sectorNum = '401001', sectorDes = 'Biotechnology', issuerCik = '0001052837' , percentOut = '0' where entryId = '3133996'
update current13Fpositions set compid = '130921', sectorNum = '401001', sectorDes = 'Biotechnology', issuerCik = '0001052837' , percentOut = '1.6' where entryId = '3502993'
update current13Fpositions set compid = '130921', sectorNum = '401001', sectorDes = 'Biotechnology', issuerCik = '0001052837' , percentOut = '0' where entryId = '3685825'
update current13Fpositions set compid = '130921', sectorNum = '401001', sectorDes = 'Biotechnology', issuerCik = '0001052837' , percentOut = '0' where entryId = '3746498'
update current13Fpositions set compid = '130921', sectorNum = '401001', sectorDes = 'Biotechnology', issuerCik = '0001052837' , percentOut = '0' where entryId = '4428226'
End Function

Retrive Rows from Table:
select * from archive13F where cusip = '00339B107'
Number of Rows :0

End Function
The Script is complete, exiting....