Mercurial > urweb
view tests/showSql.ur @ 2212:388ba4dc7c96
Small cleanup.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Mon, 15 Sep 2014 20:01:16 -0400 |
parents | b8558b613abd |
children |
line wrap: on
line source
table t : { A : int } fun main () : transaction page = return <xml><body> {[(SELECT t.A FROM t ORDER BY t.A DESC) : sql_query [] [] _ _]} </body></xml>