The example here is misformatted:<p><pre><code> frozen_rand BETWEEN % (rand_low) s
AND % (rand_high) s
</code></pre>
Should all be on one line, those aren't two different conditions.
Thanks. This will be useful for quick queries without an install.<p>Otherwise there is also SQLFluff:
<a href="https://sqlfluff.com/" rel="nofollow noreferrer">https://sqlfluff.com/</a>