Upload New File
This commit is contained in:
3
hbase/tsg_olap_phoenix_ddl.sql
Normal file
3
hbase/tsg_olap_phoenix_ddl.sql
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
CREATE schema IF NOT EXISTS "tsg_galaxy";
|
||||||
|
|
||||||
|
CREATE view IF NOT EXISTS "tsg_galaxy"."saved_query_result"( ROWKEY VARCHAR PRIMARY KEY, "detail"."excute_sql" VARCHAR, "detail"."read_rows" UNSIGNED_LONG, "detail"."result_id" UNSIGNED_INT, "response"."result" VARCHAR);
|
||||||
Reference in New Issue
Block a user