Example: Displaying a Field's Data Using a Filter

The request could be further narrowed by adding a filter string:

dbdisplay -h -F SampleCompany,SampleEmployee -f "SampleCompany=3456" mysamplehr SampleEmployee

Now the output shows only the employees in Company number 3456.

SampleCompany SampleEmployee
         3456           1235
         3456           1236

Number of records displayed: 2