view tests/league.ur @ 1999:a1d3fbdcc897

Add <pre> tag support
author Sergey Mironov <grrwlf@gmail.com>
date Mon, 24 Feb 2014 09:10:31 +0000
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"