view tests/table.lac @ 204:241c9a0e3397

Parsing the simplest SQL query
author Adam Chlipala <adamc@hcoop.net>
date Thu, 14 Aug 2008 13:59:11 -0400
parents dd82457fda82
children cb8f69556975
line wrap: on
line source
table t : {A : int, B : string, C : float}

val my_query = (SELECT * FROM t)