Mercurial > urweb
view tests/showSql.ur @ 2059:44428bbda65c
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 19 Aug 2014 11:08:25 -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>