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.
Align AS keyword in select list.
Column alias
Option: fmt089_align_as_keyword_in_select_list = true, type: TFmtBoolean.
SELECT DISTINCT p.name AS product, p.listprice AS 'List Price', p.discount AS 'discount' FROM production.product p