summaryrefslogtreecommitdiff
path: root/tests/league.ur
blob: 5364c977cf02d8df536af616b92c51f029e62f69 (plain)
1
2
3
4
5
6
7
8
type team = string
type league = string

table team : { Id : team,
               League : league }

val foo = queryL(SELECT * FROM team)
val bar : int = "hi"