test: add test case about ROW as function
This commit is contained in:
parent
82d097b034
commit
53559bc315
@ -42,6 +42,13 @@ SELECT `user`,
|
|||||||
country
|
country
|
||||||
FROM page_view_source;
|
FROM page_view_source;
|
||||||
|
|
||||||
|
--- Insert with function
|
||||||
|
INSERT INTO hbase_table
|
||||||
|
SELECT
|
||||||
|
st.id as rowKey,
|
||||||
|
ROW(id, name, age) as baseInfo
|
||||||
|
FROM sourceTable st;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user