SyntaxFix
Write A Post
Hire A Developer
Questions
To get a count of the number of unique combinations of id, name and address:
id
name
address
SELECT Count(*) FROM ( SELECT DISTINCT id , name , address FROM your_table ) As distinctified