adamc@372: table t1 : {A : int, B : string, C : float} adamc@372: adamc@372: val q1 = (SELECT * adamc@372: FROM t1 adamc@372: WHERE A = 0)