Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql count unique values in one column

you can use this to check the count of unique items in a column:
SELECT COUNT(DISTINCT column_name) AS some_alias FROM table_name
Comment

PREVIOUS NEXT
Code Example
Sql :: sql end of month 
Sql :: postgresql subtract date/hours 
Sql :: mysql grant select update insert delete 
Sql :: postgresql remove new line from string 
Sql :: mysql regexp match word 
Sql :: xampp mysql version 
Sql :: else if mysql 
Sql :: sql between operator 
Sql :: sql right join with where clause 
Sql :: date in oracle 
Sql :: raiserror nowait sql server 
Sql :: how to get the date diff of 2 dates in the same fieldin sql server 
Sql :: mysqlclient error 
Sql :: ERROR: syntax error at or near "AUTO_INCREMENT" posgtresql 
Sql :: firebase query timestamp 
Sql :: select columns postgres 
Sql :: mysql date format 
Sql :: sql cnvert bit to nvarchar 
Sql :: oracle dba_dependencies 
Sql :: combine 2 columns search query mysql 
Sql :: services.AddDbContext DataSource Sqlite 
Sql :: install latest mysql 8 linux server 
Sql :: expo sqlite 
Sql :: update in sql server table 
Sql :: null column as zero in mysql 
Sql :: image for MSSQL Windows Docker 
Sql :: sql alchemy or 
Sql :: convert columns to rows in sql server 
Sql :: sql drop table 
Sql :: ERROR 1064 (42000) 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =