Methods that create aliased identifiers
Create an SQL column alias of the receiving column or expression to the given alias.
# File lib/sequel/sql.rb, line 185 def as(aliaz) AliasedExpression.new(self, aliaz) end
Generated with the Darkfish Rdoc Generator 2.