Jump to content

[SOLVED] Selectv count unique records


stockton

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.