Over the last few years, we've seen tremendous growth and adoption of Databricks SQL, our intelligent data warehouse purpose-built on the Data Intelligence Platform (take the product tour). Our relentless customer focus drives everything we do, helping us iterate to make you even more productive when authoring SQL. Today, we are excited to announce general availability of the new SQL editor.
The new SQL editor blends the best aspects of the platform into a unified and streamlined SQL authoring experience. It also offers several improved features, including multiple statement results, inline execution history, real-time collaboration, enhanced Databricks Assistant integrations, and a variety of editor productivity features to take your SQL development to the next level.
One of our favorite features of the new SQL editor is real-time collaboration. It allows us to share a query with a teammate and build it together in a truly collaborative way. This has been especially valuable for async and remote workflows. —Amit Kumar, Sr. TPM, Data Engineering at Zillow
Let’s take a closer look at some of the key features.
When running multiple SQL statements at once, you can compare the output from each statement with multiple statement results.

Quickly access past results without re-executing queries, navigate directly to a past query profile, or compare run times and statuses directly within the context of your current query.

Take advantage of user presence to write code and collaborate with others in real time. Add comments to ask questions or highlight key code snippets.

View and edit two queries side-by-side on the same screen, or split a long query into two panels to easily reference different sections as you write.

With the Databricks Assistant, you can easily leverage AI to author SQL, even if you aren’t a Databricks SQL syntax expert. With the new SQL editor, we are excited to add even more powerful assistant integrations.
Quick Fix is a powerful new feature that automatically resolves common errors, such as trailing commas, typos, and other syntax mistakes. Designed for speed, Quick Fix delivers suggestions in just 1-3 seconds and is seamlessly integrated with keyboard shortcuts.

Execute code directly in the side panel. Test code snippets or compare multiple outputs side-by-side before bringing code into the main editor.

Quickly filter result outputs with natural language with AI-generated filters. Filters do not require statement re-execution and can be chained together to drill into specific insights.

Quickly perform editor actions without leaving your keyboard via the command palette.

Code folding
