Support formatting for @tbl_Table
Please add support for formatting table variable like other table similar format:
Declare @tbl_MyTable Table (
Id int,
Code nvarchar(50)
)
1
vote
