Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 426 Bytes

File metadata and controls

22 lines (17 loc) · 426 Bytes

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