Includes an as method that creates an SQL alias.
Create an SQL alias (AliasedExpression) of the receiving column or expression to the given alias.
:column.as(:alias) # "column" AS "alias"
# File lib/sequel/sql.rb, line 221 221: def as(aliaz) 222: AliasedExpression.new(self, aliaz) 223: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.