n87

Results 2 comments of n87

@marimeireles it looks like your snippet is just enough to explain the issue. You check that first token is one of (SELECT, DESC, DESCRIBE, SHOW). But SELECT queries can also...

A more googlable term for WITH clause is Common Table Expression. It is like defining variables, but more closer equivalent is `let` clause in functional languages, e.g. Haskell: ``` let...