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

The Shares Amount is 56087000

The cusip is 025351107
NOT OLD

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

End Function

Retrive Rows from Table:
select * from archive13F where cusip = '025351107'
Number of Rows :12

update archive13F set compid = '152267', sectorNum = '101004', sectorDes = 'Recreational Vehicles', issuerCik = '0001260996' where entryId = '66945016'
update archive13F set compid = '152267', sectorNum = '101004', sectorDes = 'Recreational Vehicles', issuerCik = '0001260996' where entryId = '65858345'
update archive13F set compid = '152267', sectorNum = '101004', sectorDes = 'Recreational Vehicles', issuerCik = '0001260996' where entryId = '65225160'
update archive13F set compid = '152267', sectorNum = '101004', sectorDes = 'Recreational Vehicles', issuerCik = '0001260996' where entryId = '63509567'
update archive13F set compid = '152267', sectorNum = '101004', sectorDes = 'Recreational Vehicles', issuerCik = '0001260996' where entryId = '64202164'
update archive13F set compid = '152267', sectorNum = '101004', sectorDes = 'Recreational Vehicles', issuerCik = '0001260996' where entryId = '68697178'
update archive13F set compid = '152267', sectorNum = '101004', sectorDes = 'Recreational Vehicles', issuerCik = '0001260996' where entryId = '70307932'
update archive13F set compid = '152267', sectorNum = '101004', sectorDes = 'Recreational Vehicles', issuerCik = '0001260996' where entryId = '72238001'
update archive13F set compid = '152267', sectorNum = '101004', sectorDes = 'Recreational Vehicles', issuerCik = '0001260996' where entryId = '74004586'
update archive13F set compid = '152267', sectorNum = '101004', sectorDes = 'Recreational Vehicles', issuerCik = '0001260996' where entryId = '77995376'
update archive13F set compid = '152267', sectorNum = '101004', sectorDes = 'Recreational Vehicles', issuerCik = '0001260996' where entryId = '80922838'
update archive13F set compid = '152267', sectorNum = '101004', sectorDes = 'Recreational Vehicles', issuerCik = '0001260996' where entryId = '82176467'
End Function
The Script is complete, exiting....