Difference between revisions of "GENERATE"

From Lianjapedia
Jump to: navigation, search
 
(See Also)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Add new records and fill them with random information.
 
Add new records and fill them with random information.
 
  
 
==Syntax==
 
==Syntax==
 
GENERATE <expN>
 
GENERATE <expN>
 
  
 
==See Also==
 
==See Also==
[[APPEND]], [[APPEND BLANK]], [[APPEND FROM]]
+
[[APPEND BLANK]], [[APPEND FROM]], [[SET TIMELINE]]
 
+
  
 
==Description==
 
==Description==
 
The GENERATE command will append <expN> number of records into the currently selected table.  The fields in the new records will contain random data.
 
The GENERATE command will append <expN> number of records into the currently selected table.  The fields in the new records will contain random data.
 
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
generate 10
 
generate 10
 
</code>
 
</code>
 
+
 
+
==Products==
+
Recital Server, Recital
+
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Table Basics]]
+
[[Category:NoSQL Commands]]
[[Category:Table Basics Commands]]
+
[[Category:Data Import]]

Latest revision as of 08:15, 21 December 2020

Purpose

Add new records and fill them with random information.

Syntax

GENERATE <expN>

See Also

APPEND BLANK, APPEND FROM, SET TIMELINE

Description

The GENERATE command will append <expN> number of records into the currently selected table. The fields in the new records will contain random data.

Example

use newtable
generate 10