We added autocomplete to our SQL query editor to make it easier than ever to quickly explore data in your database. It automatically suggests table and column names as you type—just hit Enter to fill the selected value. It also automatically quotes any values that use capital letters to ensure that your query runs correctly.
This should significantly speed up the process of writing queries and reduce the amount of debugging required to get your query to pull the data you want.