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. Quote Link to comment https://forums.phpfreaks.com/topic/119125-solved-selectv-count-unique-records/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.