J
Jose G Morales
I have a table with AcctNo, SecurityName, otherfields.
I need to update this table with a new field that would indicate for each
AcctNo row the number of SecurityName. for example:
ACCTNO NEWFIELD SECURITYNAME
10021 1 IBM
10021 2 SEARS
10022 1 MICROSOFT
10022 2 RIMM
10022 3 GMC
Is there a function that can do this? I would appreciate any help.
I need to update this table with a new field that would indicate for each
AcctNo row the number of SecurityName. for example:
ACCTNO NEWFIELD SECURITYNAME
10021 1 IBM
10021 2 SEARS
10022 1 MICROSOFT
10022 2 RIMM
10022 3 GMC
Is there a function that can do this? I would appreciate any help.