SELECT ALL SQL Server Syntax Example
Description:
Illustrates the SQL Server syntax for the SELECT all argument.
Syntax:
SELECT [ ALL | DISTINCT ]
[TOP ( expression ) [PERCENT] [ WITH TIES ] ]
select_list
[ INTO new_table ]
[ FROM { table_source } [ ,...n ] ]
[ WHERE search_condition ]
[ GROUP BY ]
[ HAVING search_condition ] – ALL indicates that duplicates are included in search results