Copy
Discover how to copy table data without using SQL.
Opening a Table
Section titled “Opening a Table”-
Connect to Database: Start by opening a connection from the
DB Explorerpane.
-
Select a Database: After selecting a connection, choose a specific database.

-
Open a Table: Expand
Tablesby double-clicking, then click on a specific table. This will open the table in a new tab.
Copying a Selection
Section titled “Copying a Selection”-
Select a range: Click and drag over the cells you want to copy. You can also select all cells by right-clicking and choosing
Select All. -
Copy: Right-click the selection to open the context menu, then hover over
Copyand selectSelection.
-
Choose a format: The
Selectionsubmenu shows all available formats. ChooseWithout Headersfor plain data,With Headersto include column names, or pick a specific format like CSV, JSON, or Markdown.
Copying All Rows
Section titled “Copying All Rows”To copy every row in the table, right-click and choose Copy > All, then select your preferred format.

The All submenu provides the same export formats, applied to the entire table rather than just your selection.

Available Copy Formats
Section titled “Available Copy Formats”When copying a Selection, you can choose from:
- Without Headers: Copies cell values only
- With Headers: Includes column headers above the data
- As Comma List: Values as a comma-separated list
Both Selection and All support these formats:
- As CSV: Comma-separated values for spreadsheets and data tools
- As HTML: HTML table markup for embedding in web pages
- As JSON: JSON format for web development and APIs
- As JSON Pretty: Formatted JSON for readability
- As Markdown: Markdown table for documentation
- As SQL In Clause: Values formatted for SQL
INclauses - As SQL Insert Statements: SQL
INSERTstatements for re-inserting data - As XML: XML format for structured data exchange