n87

Results 3 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...

Thanks for introducing me to SimpleNamespace. The plan looks good so far. I don't think helper function for dict is important.