summaryrefslogtreecommitdiff
path: root/tests/showSql.ur
blob: c373b21cbf894b53b4f217538ad5446859b3c3d2 (plain)
1
2
3
4
5
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>