Copy
Discover how to copy table data without using SQL.
Discover how to copy table data without using SQL.
Opening a Table
-
Connect to Database: Start by opening a connection from the
DB Explorerpane.
Connect to your database from the DB Explorer -
Select a Database: After selecting a connection, choose a specific database.
Choose the specific database containing your tables -
Open a Table: Expand
Tablesby double-clicking, then click on a specific table. This will open the table in a new tab.
Navigate to and open the table you want to work with
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.
Right-click and choose Copy to access copy options -
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.
Choose a format from the Selection submenu
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
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