T-SQL Statement


Select statement syntax:
SELECT *|column(S)
FROM [schema].[table]
WHERE condition(S)

No comments:

Post a Comment