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

The Shares Amount is 9000000

The cusip is 517942702
NOT OLD

Retrive Rows from Table:
select * from current13Fpositions where cusip = '517942702'
Number of Rows :3

update current13Fpositions set compid = '159598', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004064' , percentOut = '103' where entryId = '42091151'
update current13Fpositions set compid = '159598', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004064' , percentOut = '281.33' where entryId = '56974611'
update current13Fpositions set compid = '159598', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004064' , percentOut = '0' where entryId = '64949194'
End Function

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

update archive13F set compid = '159598', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004064' where entryId = '67930002'
update archive13F set compid = '159598', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004064' where entryId = '66180287'
update archive13F set compid = '159598', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004064' where entryId = '66723492'
update archive13F set compid = '159598', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004064' where entryId = '65023698'
update archive13F set compid = '159598', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004064' where entryId = '63361366'
update archive13F set compid = '159598', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004064' where entryId = '64432563'
update archive13F set compid = '159598', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004064' where entryId = '68579329'
update archive13F set compid = '159598', sectorNum = '999999', sectorDes = 'N/A', issuerCik = '9000004064' where entryId = '69177105'
End Function
The Script is complete, exiting....