提交 301dfa5a 编写于 作者: A Aaron Patterson

as is implemented

上级 368b1c6c
......@@ -7,6 +7,16 @@ def initialize expr, aliaz = nil
@expressions = expr
@alias = aliaz
end
def as aliaz
self.alias = SqlLiteral.new(aliaz)
self
end
def to_sql
viz = Visitors::ToSql.new Table.engine
viz.accept self
end
end
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册