Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

get total and distict row diff in sql

select  (count(CITY)- count(distinct CITY)) from STATION;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #total #distict #row #diff #sql
ADD COMMENT
Topic
Name
8+9 =