Skip to main content Link Menu Expand (external link) Document Search Copy Copied

SELECT FROM orc-target

The following SELECT statements demonstrate

Before you begin

SELECT *

SELECT * FROM orc-target

_id | stringcol | boolcol | intcol
----+-----------+---------+-------
 1  |   str1    |   true  |   2
 2  |   str2    |  false  |   3
 3  |   str3    |   true  |   4

Further information