Clear Fields

This old command (he played one) combines SET FIELDS TO with SET FIELDS OFF, and applies it to all work areas. It's relevant only if you're using SET FIELDS in the first place.

Usage

CLEAR FIELDS

Example

USE OneTable
SET FIELDS TO First, Second
SELECT 0
USE Another
SET FIELDS TO Two, Night
CLEAR FIELDS

See Also

Set Fields


Back to Table of Contents

Copyright © 2002-2018 by Tamar E. Granor, Ted Roche, Doug Hennig, and Della Martin. Click for license .