%TYPE in SQL SERVER?

Viewed 1831

Can we make parameter of a procedure of same type as that of data type of a column in a table in SQL SERVER ?

In Oracle we can do it as follow:

myVar IN mySchema.myTable.myColumn%TYPE
1 Answers
Related