Mega Code Archive

 
Categories / MSSQL Tutorial / Transact SQL
 

The syntax of the DECLARE statement for a table variable

DECLARE @table_name TABLE (column_name_1 data_type [column_attributes] [, column_name_2 data_type [column_attributes]]... [, table_attributes])