view tests/showSql.ur @ 2163:598a5f781d39

Add onChange handler to radioOption
author Julian Squires <julian@cipht.net>
date Thu, 07 May 2015 16:12:06 -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>