SQL Server: Difference between revisions
Jump to navigation
Jump to search
Created blank page |
No edit summary |
||
Line 1: | Line 1: | ||
== Tips == | |||
The equivalent of <code>describe [table]</code> (MySQL) is <code>exec sp_help [table]</code> |
Revision as of 13:39, 9 August 2019
Tips
The equivalent of describe [table]
(MySQL) is exec sp_help [table]