We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
There was an error while loading. Please reload this page.