Lines Matching refs:test_auxdata
652 # test_auxdata(). Function test_auxdata() takes any number of arguments.
655 SELECT test_auxdata('hello world');
668 SELECT test_auxdata('hello world') FROM t4;
673 SELECT test_auxdata('hello world', 123) FROM t4;
678 SELECT test_auxdata('hello world', a) FROM t4;
683 SELECT test_auxdata('hello'||'world', a) FROM t4;
690 set sql "SELECT test_auxdata( ? , a ) FROM t4;"
702 SELECT test_auxdata('constant') FROM t4;
705 SELECT test_auxdata('constant') FROM t4;
709 SELECT test_auxdata('constant') FROM t4;
713 SELECT test_auxdata($V), $V FROM t4;
717 SELECT test_auxdata($V), $V FROM t4;
722 SELECT test_auxdata($V), $V FROM t4;