Sha256: 16668da258d9840299c8885dccf7dc9e9f85c3225a9a2801595922e24ee23dd7

Contents?: true

Size: 570 Bytes

Versions: 1

Compression:

Stored size: 570 Bytes

Contents

実行例 ::

  > select --table Site --filter "_id >= 4 && _id <= 6" --output_columns _id,_key
  [[0,1280378886.15944,0.000311],[[[3],[["_id","UInt32"],["_key","ShortText"]],[4,"http://example.net/afr"],[5,"http://example.org/aba"],[6,"http://example.com/rab"]]]]
  > select --table Site --filter "_id <= 2 || _id >= 7" --output_columns _id,_key
  [[0,1280378886.36174,0.000321],[[[5],[["_id","UInt32"],["_key","ShortText"]],[1,"http://example.org/"],[2,"http://example.net/"],[7,"http://example.net/atv"],[8,"http://example.org/gat"],[9,"http://example.com/vdw"]]]]
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rroonga-1.0.1-x86-mingw32 vendor/local/share/groonga/doc/ja/source/example/tutorial04-2.log