SQL: Simple Address Book Export

About

This report displays all active entries in your address book.

A sample image of this SQL report run in the Database Viewer is shown below:

Caveats

None.

Code

To highlight and copy the code below to your clipboard, simply click the Copy button.

select * from addressbook where is_active=1