stockton Posted August 11, 2008 Share Posted August 11, 2008 I need to retrieve a count of the number of records in a table. No problem..... SELECT COUNT(*) FROM TicketsIssued should do it however a column in this table is MemberNumber and there can be more than one record per MemberNumber. So I need to know how to code the following..... SELECT COUNT(*) FROM TicketsIssued WHERE MemberNumber ?UNIQUE? Suggestions please. Link to comment https://forums.phpfreaks.com/topic/119125-solved-selectv-count-unique-records/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.