Difference between revisions of "APPEND BLANK"

From Lianjapedia
Jump to: navigation, search
(See Also)
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[APPEND FROM]], [[GENERATE]]
+
[[APPEND FROM]], [[BLANK]], [[GENERATE]], [[SET TIMELINE]]
  
 
==Description==
 
==Description==
Line 19: Line 19:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Data Commands]]
+
[[Category:NoSQL Commands]]

Latest revision as of 08:15, 21 December 2020

Purpose

Append one or more records into the active table

Syntax

APPEND BLANK [<expN>]

See Also

APPEND FROM, BLANK, GENERATE, SET TIMELINE

Description

The APPEND BLANK command adds a blank record to the end of the active table. Default information can automatically be inserted into the record via the Applications Data Dictionary (ADD). Using this method can greatly increase performance of batch processes which use the APPEND BLANK command followed by the REPLACE command. If the numeric expression <expN> is specified, then <expN> blank records will be added.

Example

use patrons index names
append blank 10