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

The Shares Amount is 279270000

The cusip is E54667113
NOT OLD

Retrive Rows from Table:
select * from current13Fpositions where cusip = 'E54667113'
Number of Rows :0

End Function

Retrive Rows from Table:
select * from archive13F where cusip = 'E54667113'
Number of Rows :8

update archive13F set compid = '159960', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004426' where entryId = '65009144'
update archive13F set compid = '159960', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004426' where entryId = '66265208'
update archive13F set compid = '159960', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004426' where entryId = '66699621'
update archive13F set compid = '159960', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004426' where entryId = '68378903'
update archive13F set compid = '159960', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004426' where entryId = '63393686'
update archive13F set compid = '159960', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004426' where entryId = '63805169'
update archive13F set compid = '159960', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004426' where entryId = '68489480'
update archive13F set compid = '159960', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004426' where entryId = '69903839'
End Function
The Script is complete, exiting....