SyntaxFix
Write A Post
Hire A Developer
Questions
Get all distinct id, name and address columns and count the resulting rows.
id
name
address
SELECT COUNT(*) FROM mytable GROUP BY id, name, address