comparison tests/limit.lac @ 231:eadeea528f75

LIMIT
author Adam Chlipala <adamc@hcoop.net>
date Thu, 21 Aug 2008 16:00:01 -0400
parents
children a338da9d82f3
comparison
equal deleted inserted replaced
230:87d41ac28b30 231:eadeea528f75
1 table t : {A : int, B : string, C : float}
2
3 val q1 = (SELECT * FROM t LIMIT 42)
4 val q2 = fn n => (SELECT * FROM t LIMIT {n})