Syntax documentationquery_spec Locate this document in the navigation structure

Syntax Syntax

  1. <query_spec> ::=
      SELECT [<distinct_spec>] [<top_spec>] <select_column>,... <table_expression>
End of the code.