@jrconlin this is for my Datasette app, which is very open about letting users directly execute SQL - I want to give them a feature to help them figure out the query syntax for more complex things https://datasette.io/content?sql=select%0D%0A++rowid%2C%0D%0A++date%2C%0D%0A++body%0D%0Afrom%0D%0A++news%0D%0Awhere%0D%0A++%22date%22+%3E%3D+%3Ap0%0D%0Aorder+by%0D%0A++rowid%0D%0Alimit%0D%0A++101&p0=2024-01-01