S-SQL table aliases?
    Drew C 
    me at drewc.ca
       
    Fri Aug 21 07:19:37 UTC 2015
    
    
  
CL-USER> (s-sql:sql-compile '(:select t.col :from (:as table |t|)))
"(SELECT t.col FROM \"table\" AS t)"
On Thu, Aug 20, 2015 at 10:09 PM, Johann 'Myrkraverk' Oskarsson <
johann at myrkraverk.com> wrote:
> Hi,
>
> Does the S-SQL syntax allow table aliases?  I haven't come across
> examples, neither in the official docs nor the example list on
> sabraonthehill.
>
> This is what I mean:
>
> SELECT t.col FROM tbl t;
>
> --
> Johann
>
>  I'm not from the internet, I just work there.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/postmodern-devel/attachments/20150821/a93d01dc/attachment.html>
    
    
More information about the postmodern-devel
mailing list