Mercurial > urweb
view tests/league.ur @ 2225:6262dabc08d6
Simplify example.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Fri, 27 Mar 2015 11:19:15 -0400 |
parents | 5ecf67553da8 |
children |
line wrap: on
line source
type team = string type league = string table team : { Id : team, League : league } val foo = queryL(SELECT * FROM team) val bar : int = "hi"