login("admin","123456")
db=database("dfs://stations", VALUE, 2020.01.01..2020.12.31)
pt = db.createPartitionedTable(NULL, `datas, `RecordTime);
pt=loadTable("dfs://stations","datas")
select top 100 * from pt
执行上述保错:
pt = ::createPartitionedTable(db, NULL, "datas", "RecordTime") => Usage: createPartitionedTable(dbHandle, table, tableName, partitionColumns). Please provide one or a list of tables as model schema.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…