TablePlus Documentation
  • Overview
  • Getting Started
  • GUI Tools
    • The Interface
      • Quick Look
      • Menu
      • Toolbar
      • Left sidebar
      • Right sidebar
      • Console Log
      • Query Editor
      • Multi Tabs / Workspaces / Windows
    • Open Anything
    • Code Review & Safemode
      • Code Preview
      • Commit changes
      • Discard changes
      • Safe mode
    • Connections & Command Line (CLI)
    • Database
    • Working with Table
      • Table Basics
      • Row
      • Column
      • Constraint
      • Index
      • Trigger
    • Filter
    • Database Objects
      • Function
      • Procedure
      • View
    • Import & Export
    • Backup & Restore
    • User Management
    • Metrics board
  • Query Editor
    • Editor Basics
    • Multiple Carets
    • Query Favorite & Keyword Binding
    • Query History
    • Streaming Results & Async Loading
    • Autocomplete
    • Split Panes
    • Split Results into Tabs
    • Working With Query Results
    • Format query (beautify/minify/uglify)
    • Query Parameters
    • Customize Query Editor
  • Preferences
    • General
      • Application
      • Table Data
      • SQL Editor
      • CSV File
      • Connections
    • Fonts & Colors
    • Crash & Security
    • Keymap
  • Utilities
    • Plugin
    • DBngin
    • Shortcut Keys
    • Licensing
    • Troubleshooting
Powered by GitBook
On this page
  • Insert row
  • Duplicate row
  • Edit row
  • Sort by row
  • Quick look
  • Delete row
  • Copy Data

Was this helpful?

  1. GUI Tools
  2. Working with Table

Row

PreviousTable BasicsNextColumn

Last updated 5 years ago

Was this helpful?

Insert row

To insert a new row:

  • Open the table data view

  • Click on the + Row button at the bottom or double click on the blank row, or use the shortcut key ⌘ + I when selecting a row.

  • Enter the row values

  • After you finish, press ⌘ + S to commit changes to the server.

Duplicate row

To duplicate rows:

  • Open the table data view.

  • Select the rows and right click to choose Duplicate, or use shortcut keys ⌘ + D . You can also use copy/paste (⌘ + C then ⌘ + V)

  • After you finish, press ⌘ + S to commit changes to the server.

Edit row

To edit a data cell, you can double click on it and edit inline, then press ⌘ + S to commit changes to the server.

Or you can turn on the right sidebar to edit by pressing the Space key. This will be helpful when you do bulk edits or when you have many columns.

Sort by row

With the table, you can perform a quick sort by clicking on the column title. TablePlus will sort by the values of that column:

  • One click to sort by descending

  • One more click to sort by ascending

  • One more click to cancel sorting.

Quick look

This is helpful when you need to view a data cell with special type such as JSON in a pretty format, or a BLOB column type, TablePlus will display the data in a bigger popup.

To use Quick look, right click on the data cell and choose Quick look, or select the data cell and click the middle mouse.

Delete row

Select the row and press Delete key, or right click and choose Delete.

Copy Data

Right click on a data cell and you can be able to:

  • Copy Row

  • Copy Cell Value

  • Copy All Column Value

  • Copy Rows as:

    • Plain text

    • JSON

    • HTML

    • Markdown table

    • CSV

    • CSV with header

    • SQL Insert statment