Creates a standard SELECT field with optional alias.
field The field name to select. as Optional alias name for the field.
field
as
QSelect(this.field, {this.as = ''});