The Truncate Record command truncates a record without loading it. Useful when the record is dirty in any way and can't be loaded correctly.
TRUNCATE RECORD <rid>*
Where:
The number of records truncated.
Truncates the record #20:3:
TRUNCATE RECORD 20:3
Truncates 3 records all together:
TRUNCATE RECORD [20:0, 20:1, 20:2]
See also SQL Delete Command.
To know more about other SQL commands look at SQL commands.
This is a command of the Orient console. To know all the commands go to Console-Commands.