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.
Left align:
Option: fmt176_createtable_field_align = left, type: TFmtAlign.
CREATE TABLE mytable ( low int, high int, myavg AS (low + high)/2 ) ;
Right align:
Option: fmt176_createtable_field_align = right, type: TFmtAlign.