SitesMasstec
Programmer
Dear colleagues:
My table FRIENDS has a numeric field defined as CODFRI, which is the primary key.
How do I get all repeated codes in the field CODFRI? I imported data from an old file, and I got records:
CODFRI: NAMEFRI
133 John
133 Mary
134 Sebastian
135 Charles
etc
I tried LIST NOT DISTINCT CODFRI and others commands with no results, just errors.
Thank you,
SitesMasstec
My table FRIENDS has a numeric field defined as CODFRI, which is the primary key.
How do I get all repeated codes in the field CODFRI? I imported data from an old file, and I got records:
CODFRI: NAMEFRI
133 John
133 Mary
134 Sebastian
135 Charles
etc
I tried LIST NOT DISTINCT CODFRI and others commands with no results, just errors.
Thank you,
SitesMasstec