On 2013-01-02 18:35, Lukas Eder wrote:
Is there any way to specify a derived column list in H2 that I might have been missing? Such a syntax would be useful for various other H2 syntax constructs, such as the VALUES expression (to rename C1, C2 to something more meaningful):

Not at the moment.

Patches welcome.

The place to start would be in the
    org.h2.command.Parser
class in the
    private String readFromAlias(String alias)
method.

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to