Search
 
SCRIPT & CODE EXAMPLE
 

SQL

inspecting a column unique/distinct values in SQL

#The SELECT DISTINCT statement is used to return only distinct (or unique) values.
SELECT
	DISTINCT(column_name)
FROM
	database_name.table_name
Comment

PREVIOUS NEXT
Code Example
Sql :: postgresql install with ansible 
Sql :: was not locked with LOCK TABLES 
Sql :: grant sql 
Sql :: not null sql 
Sql :: sql ignore 
Sql :: how to reset autoincrement in sqlite java 
Sql :: how to left join a sub query in postgresql 
Sql :: install sql server in ubuntu 20.04 
Sql :: SQL UNIQUE Constraint 
Sql :: min and max salary and name in sql 
Sql :: xampp mysql problem detected port 3306 in use by 
Sql :: mysql workbench primary key 
Sql :: store date time in mysql 
Sql :: postgres where 
Sql :: test connection to sql server 
Sql :: what is between operator 
Sql :: how to link java and mysql 
Sql :: duplicate a column in sql 
Sql :: sql query checker 
Sql :: mysql 5 minutes ago 
Sql :: how to install mysql without admin rights 
Sql :: t-sql cheat sheet 
Sql :: trncate table with relationships 
Sql :: sort by 
Sql :: mysql update column with value from another table 
Sql :: basic structure of sql expression having clause 
Sql :: postgresql insert string 
Sql :: sql query between datetime 
Sql :: create database like 
Sql :: nuget sqllite-net-pcl 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =