Difference between revisions of "CLOSE ALL"

From Lianjapedia
Jump to: navigation, search
 
Line 22: Line 22:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Databases]]
+
[[Category:NoSQL Commands]]

Latest revision as of 12:44, 4 February 2013

Purpose

Close all open files

Syntax

CLOSE ALL

See Also

CLOSE, CLOSE ALTERNATE, CLOSE INDEX, CLOSE PROCEDURE

Description

The CLOSE ALL command closes all open files.

Example

select a
use patrons
select g
use diary
close all