Yeah, but that sounds like “crafting a solution” rather than solving a problem.
The button should offer the user a way to help, and unless the sole thing your app does is create SQL code, you can probably do better, like “What would you like to find?” or “Help me look for…”
@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