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: : 140131
SELECT companies.* , sectors.level3des FROM companies, sectors WHERE companies.sector = sectors.level3num and compid = '140131'

The Shares Amount is 27250000

The cusip is M6772H101
NOT OLD

Retrive Rows from Table:
select * from current13Fpositions where cusip = 'M6772H101'
Number of Rows :5

update current13Fpositions set compid = '140131', sectorNum = '102002', sectorDes = 'Business Equipment', issuerCik = '0001270484' , percentOut = '0.07' where entryId = '1983268'
update current13Fpositions set compid = '140131', sectorNum = '102002', sectorDes = 'Business Equipment', issuerCik = '0001270484' , percentOut = '51.76' where entryId = '2420612'
update current13Fpositions set compid = '140131', sectorNum = '102002', sectorDes = 'Business Equipment', issuerCik = '0001270484' , percentOut = '1.17' where entryId = '3730889'
update current13Fpositions set compid = '140131', sectorNum = '102002', sectorDes = 'Business Equipment', issuerCik = '0001270484' , percentOut = '0' where entryId = '7536932'
update current13Fpositions set compid = '140131', sectorNum = '102002', sectorDes = 'Business Equipment', issuerCik = '0001270484' , percentOut = '0' where entryId = '9169467'
End Function

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

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