Mercurial > urweb
view tests/sql_indent.ur @ 372:fe018cbdd41e
Indenting SELECT sub-clauses properly
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 16 Oct 2008 16:15:17 -0400 |
parents | |
children | 008afab3a5ce |
line wrap: on
line source
table t1 : {A : int, B : string, C : float} val q1 = (SELECT * FROM t1 WHERE A = 0)