From this:

LogicalProject(x=[$0])
  LogicalTableScan(table=[[t]])

I get this:

"SELECT *\nFROM `t`"

But I would like to get this:

"SELECT `a` AS `x`\nFROM `t`"

How can that be achieved? Please point me in the right direction.

Please let me know if additional information is required. (Sorry for not 
including a complete example; I'm working in Clojure.)

Thanks!

-austin

--
Austin Haas
Clojure Developer
[email protected]<mailto:[email protected]>


IMPORTANT NOTICE: This communication, including any attachment, contains 
information that may be confidential or privileged, and is intended solely for 
the entity or individual to whom it is addressed.  If you are not the intended 
recipient, you should delete this message and are hereby notified that any 
disclosure, copying, or distribution of this message is strictly prohibited.  
Nothing in this email, including any attachment, is intended to be a legally 
binding signature.

Reply via email to