Description:
This tutorial showing how to use count & distinct with tables
steps :
1- select count(distinct "type column name") from "type table name";
2- select count(distinct "type first column name" ," type second column name") from "type table name" ;
Share this link via
Or copy link























