SELECT - SQL Command - WITH Clause
| Visual FoxPro 9.0 SP2 |
| SELECT - SQL Command - WITH Clause |
| See Also |
|
The WITH clause allows you to apply a single command to existing SELECT statements without modifying those statements.
For the complete syntax, see SELECT - SQL Command.
[WITH (BUFFERING = lExpr) ] |
Parameters
- lExpr
-
Logical data type. The following table lists the values for lExpr.
lExpr Setting True (.T.)
Data in the SQL-SELECT statement is based on buffered data, if available.
False (.F.)
(Default) Data in the SQL-SELECT statement is based on data written to disk only.
Remarks
Example 1
Example 2
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08