F. Report-Writer Report Examples : LABEL Example : QUEL User Notes for LABEL Example
 
Share this page                  
QUEL User Notes for LABEL Example
The QUEL version of the query for this example is:
/*
** LABEL. Write out three across mailing labels
** with suppression of blank PO boxes.
*/
.NAME label
.QUERY
        range of s is subscriber
        retrieve (s.name, s.po_box, s.address, s.city,
                s.state, s.zip)