Am 21.08.15 um 07:09 schrieb Johann 'Myrkraverk' Oskarsson:
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;
yes see http://marijnhaverbeke.nl/postmodern/s-sql.html#as
... :from (:as 't 'tbl)
~jens