comparison 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
comparison
equal deleted inserted replaced
371:782ef3ad8c28 372:fe018cbdd41e
1 table t1 : {A : int, B : string, C : float}
2
3 val q1 = (SELECT *
4 FROM t1
5 WHERE A = 0)