• Sergei Golubchik's avatar
    Parser: unreserve keywords · 3198bc83
    Sergei Golubchik authored
    SELECT * FROM t1 FOR SYSTEM_TIME AS OF ...
    
    becomes ambiguous, but it's the same as with
    
    SELECT ... UNION SELECT ... ORDER BY ...
    3198bc83
derived.result 4.45 KB