Elephant Registered User. Local time Today, 06:36 Joined Nov 22, 2002 Messages 52 Nov 22, 2002 #1 Can anyone tell me what the code DISTINCTROW means?
yippie_ky_yay Registered User. Local time Today, 01:36 Joined Jul 30, 2002 Messages 338 Nov 22, 2002 #2 Hey Elephant, sometimes when you query, you get what looks to be duplicate records. If you only want one instance of each record, then you use the DistinctRow SQL keyword. -Sean
Hey Elephant, sometimes when you query, you get what looks to be duplicate records. If you only want one instance of each record, then you use the DistinctRow SQL keyword. -Sean