UPDATE Command

Included for backward compatibility. Use UPDATE - SQL instead.

This command is undocumented in the original VFP9 help file,
but the following documentation was found in the FoxPro for Windows 2.6 help, and may still be valid:

Updates the table open in the currently selected work area with data from another table open in another work area.

UPDATE ON field FROM file
	REPLACE field1 WITH expr1
	[, field2 WITH expr2 ...]
	[RANDOM]

Expand imageRemarks

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic