We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Fields fit into one line
Fields in the same line as CREATE TABLE keyword
CREATE TABLE dbo.mytable ( low int, high int, myavg AS (low + high)/2 ) ;
Fields in new line, indent by 1 or n
Stacked fields