home *** CD-ROM | disk | FTP | other *** search
/ Total C++ 2 / TOTALCTWO.iso / vfp5.0 / vfp / samples / solution / controls / lists / region.qpr < prev   
Encoding:
Text File  |  1996-08-21  |  110 b   |  5 lines

  1. SELECT last_name, first_name;
  2.  FROM employee;
  3.  WHERE EMPTY(region);
  4.  ORDER BY last_name into cursor temp2
  5.