Migrate reference pages to declaration-line storage and rebuild the 13-column index. Add qualified member lookup plus regression and end-to-end coverage.
628 B
628 B
数据仓库 / 时间相关函数
firstDay(stock_id)
声明:function
时间相关函数相关函数。
| 参数 | 类型 | 说明 |
|---|---|---|
stock_id |
string |
返回:datetime
示例
setsysparam(pn_stock(),'SZ000002');
Return firstday();//33240(1991-01-02);
lastDay(stock_id)
声明:function
时间相关函数相关函数。
| 参数 | 类型 | 说明 |
|---|---|---|
stock_id |
string |
返回:datetime
示例
setsysparam(pn_stock(),'SZ000002');
return lastday();//40794 (2011-09-08)