sql server - T-SQL's equivalent of Oracle's %TYPE operator? -


While writing a process in PL / SQL, I can declare a parameter type as myTable.myColumn% TYPE So that when I say the type of MyColumn varchar2 (20) varchar2 (50) i do not change the parameter type of process i t is something similar in SQL?

No, there is no equivalent in T-SQL.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -