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 <
joh...@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.
>
>

Reply via email to