You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
364 B
9 lines
364 B
is_common_ori = loadTable("dfs://pit_stock_ts", "cfs_common_adj")
|
|
divident = loadTable("dfs://pit_stock_ts", "divident")
|
|
|
|
//schema(is_common_ori)
|
|
|
|
//sql1 = select code, report_period, year(report_period) as year, quarterOfYear(report_period) + 1 as base_for_quarter_accum, appear_at_date from is_common_ori where partition(code, 0)
|
|
|
|
select top 100 * from divident
|