summaryrefslogtreecommitdiff
path: root/tests/table.lac
blob: 4c44f85782a700cdf674767610e12957fb3088e9 (plain)
1
2
3
table t : {A : int, B : string, C : float}

val my_query = (SELECT * FROM t)