vb.NET
this blog is all about my learning in programming
Tuesday, August 31, 2010
SQL SELECT DISTINCT Statement
The DISTINCT keyword can be used to return only distinct (different) values.
SQL SELECT DISTINCT Syntax
SELECT DISTINCT column_name(s)
FROM table_name
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)