|
10106 | 10106 | </expr>
|
10107 | 10107 | </where>
|
10108 | 10108 | </select>
|
| 10109 | + |
| 10110 | + <select sql-case-id="select_with_not_equal_comparison_with_space"> |
| 10111 | + <projections start-index="7" stop-index="7"> |
| 10112 | + <shorthand-projection start-index="7" stop-index="7"/> |
| 10113 | + </projections> |
| 10114 | + <from start-index="14" stop-index="17"> |
| 10115 | + <simple-table name="test" start-index="14" stop-index="17"/> |
| 10116 | + </from> |
| 10117 | + <where start-index="19" stop-index="62"> |
| 10118 | + <expr start-index="25" stop-index="62"> |
| 10119 | + <binary-operation-expression start-index="25" stop-index="62"> |
| 10120 | + <left start-index="25" stop-index="49"> |
| 10121 | + <binary-operation-expression start-index="25" stop-index="49"> |
| 10122 | + <left start-index="25" stop-index="33"> |
| 10123 | + <binary-operation-expression start-index="25" stop-index="33"> |
| 10124 | + <left start-index="25" stop-index="26"> |
| 10125 | + <column name="id" start-index="25" stop-index="26"/> |
| 10126 | + </left> |
| 10127 | + <operator><></operator> |
| 10128 | + <right start-index="33" stop-index="33"> |
| 10129 | + <literal-expression value="1" start-index="33" stop-index="33"/> |
| 10130 | + </right> |
| 10131 | + </binary-operation-expression> |
| 10132 | + </left> |
| 10133 | + <operator>and</operator> |
| 10134 | + <right start-index="39" stop-index="49"> |
| 10135 | + <binary-operation-expression start-index="39" stop-index="49"> |
| 10136 | + <left start-index="39" stop-index="42"> |
| 10137 | + <column name="name" start-index="39" stop-index="42"/> |
| 10138 | + </left> |
| 10139 | + <operator>!=</operator> |
| 10140 | + <right start-index="49" stop-index="49"> |
| 10141 | + <literal-expression value="1" start-index="49" stop-index="49"/> |
| 10142 | + </right> |
| 10143 | + </binary-operation-expression> |
| 10144 | + </right> |
| 10145 | + </binary-operation-expression> |
| 10146 | + </left> |
| 10147 | + <operator>and</operator> |
| 10148 | + <right start-index="55" stop-index="62"> |
| 10149 | + <binary-operation-expression start-index="55" stop-index="62"> |
| 10150 | + <left start-index="55" stop-index="56"> |
| 10151 | + <column name="id" start-index="55" stop-index="56"/> |
| 10152 | + </left> |
| 10153 | + <operator>^=</operator> |
| 10154 | + <right start-index="62" stop-index="62"> |
| 10155 | + <literal-expression value="3" start-index="62" stop-index="62"/> |
| 10156 | + </right> |
| 10157 | + </binary-operation-expression> |
| 10158 | + </right> |
| 10159 | + </binary-operation-expression> |
| 10160 | + </expr> |
| 10161 | + </where> |
| 10162 | + </select> |
10109 | 10163 | </sql-parser-test-cases>
|
0 commit comments