Using QMF

Selecting rows using specific character values

You can use character values to select the rows you want to view. Make sure that you enclose the data with single quotation marks.

For example:

SELECT NAME, JOB
  FROM Q.STAFF
  WHERE NAME = 'SANDERS'


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]