|
|
|
|
|
by mamcx
1400 days ago
|
|
> I'm struggling to come up with a case where removing SELECT results in parsing ambiguity. Oh! Is super-ambiguous! Make the parser and enjoy it! Lets make this more concrete: city SELECT id
city ORDER id
city id <-- Order or select???
You could then "favor" projection as the most important than the others. Ok, so: city city city
Which is the table, or the field? |
|