Lines Matching refs:name
12 # This file tests features of the name resolver (the component that
41 } {1 {ambiguous column name: y}}
55 # no other way to resolve the name.
84 } {1 {ambiguous column name: y}}
108 # input column name matches.
117 } {1 {ambiguous column name: y}}
122 } {1 {ambiguous column name: y}}
139 # This is the test case given in ticket [f617ea3125e9] (with table name
190 CREATE TABLE t61(name);
191 SELECT min(name) FROM t61 GROUP BY lower(name);
194 SELECT min(name) AS name FROM t61 GROUP BY lower(name);
197 CREATE TABLE t63(name);
201 NULLIF(name,'abc') AS name
203 GROUP BY lower(name);