DBTarzan

The database browser

View project on GitHub

Where clause

You can select specific rows of the table specifying a where clause:

Databases

The where clause is equivalent to the one of an SQL expression. For example:

firstname = ‘Helena’

To help you writing the clause, DBTarzan suggests you the column names that starts with the letters you are writing. If you choose one of them, it is appended to the where clause.

Once your where clause is complete, you can query the database with it pressing Enter.

Errors in the where clause cause the where clause text color to turn red:

Where Error