1 2 3 4 5 6 7
type team = string type league = string table team : { Id : team, League : league } val foo:int = queryL(SELECT * FROM team)