Console - DISPLAYS RAW RECORD
在最近返回的结果集合中,显示指定记录的详情,二进制格式。
语法
DISPLAY RAW RECORD <record-number>
<record-number>
结果集中的相对位置。
例子
查询类
V
:orientdb {db=GratefulDeadConcerts}>
SELECT song_type, name, performances FROM V LIMIT 6
-----+-------+--------+----------+-------------------------+-------------- # | @RID | @CLASS | song_type | name | performances -----+-------+--------+----------+-------------------------+-------------- 0 | #9:1 | V | cover | HEY BO DIDDLEY | 5 1 | #9:2 | V | cover | IM A MAN | 1 2 | #9:3 | V | cover | NOT FADE AWAY | 531 3 | #9:4 | V | original | BERTHA | 394 4 | #9:5 | V | cover | GOING DOWN THE ROAD... | 293 5 | #9:6 | V | cover | MONA | 1 6 | #9:7 | V | null | Bo_Diddley | null -----+-------+--------+-----------+------------------------+------------- LIMIT EXCEEDED: resultset contains more items not displayed (limit=6) 6 item(s) found. Query executed in 0.136 sec(s).展示原始格式的记录:
orientdb {db=GratefulDeadConcerts}>
DISPLAY RAW RECORD 0
Raw record content. The size is 292 bytes, while settings force to print first 150 bytes: Vsong_type�name�type�performances�out_followed_by�out_written_by�out_sung_by�in_followed_by�coverHEY BO D