small_in_YQL-19183.sql 55 B

12345
  1. $a = ('x',);
  2. $b = ('x','y');
  3. SELECT $a in ($a, $b);