Lines Matching refs:as
426 set v [catch {execsql2 {SELECT f1 as 'f1' FROM test1 ORDER BY f2}} msg]
447 set v [catch {execsql2 {SELECT f1 as xyzzy FROM test1 ORDER BY f2}} msg]
451 set v [catch {execsql2 {SELECT f1 as "xyzzy" FROM test1 ORDER BY f2}} msg]
455 set v [catch {execsql2 {SELECT f1 as 'xyzzy ' FROM test1 ORDER BY f2}} msg]
459 set v [catch {execsql2 {SELECT f1+F2 as xyzzy FROM test1 ORDER BY f2}} msg]
482 set v [catch {execsql2 {SELECT A.f1, t1 FROM test1 as A, test2
487 set v [catch {execsql2 {SELECT A.f1, f1 FROM test1 as A, test1 as B
492 set v [catch {execsql2 {SELECT A.f1, B.f1 FROM test1 as A, test1 as B
497 set v [catch {execsql2 {SELECT A.f1, f1 FROM test1 as A, test1 as A
502 set v [catch {execsql {SELECT A.f1, B.f1 FROM test1 as A, test1 as B
507 set v [catch {execsql2 {SELECT A.f1, B.f1 FROM test1 as A, test1 as B
689 set v [catch {execsql {SELECT f1 FROM test1 as 'hi', test2 as}} msg]
745 # disk as a vdbe integer, not a string. Hence the value of f1/(f1-11)
825 SELECT f1-22 AS x, f2-22 as y FROM test1
830 SELECT f1-22 AS x, f2-22 as y FROM test1 WHERE x>0 AND y<50
929 SELECT y.* FROM t3 as y, t4 as z