LogDB存放在那里?
赞 0 踩 0 2024-11-18 19:13
存储在%BI_HOME%\webapps\webroot\logs\cubes
赞 0 踩 0 2024-11-26 10:33
logdb怎么获取当前时间?
赞 0 踩 0 2024-10-18 11:27
logdb支持的语法只有本文第三章列出的那些 而且logdb是一个日志库,你查询的时刻的日志,大概率还没写入库呢
赞 0 踩 0 2024-10-24 17:02
logdb里面的时间是big int类型,怎么转为时间格式显示啊
赞 0 踩 0 2022-04-28 20:11
1) select todate(time) from fine_record_execute 2) select * from fine_record_execute where todate(time)<'2018-12-18 10:15:26' and todate(time)>'2018-12-17 10:15:26'
赞 0 踩 0 2022-04-29 14:17
6 评论
LogDB存放在那里?
赞 0 踩 0 2024-11-18 19:13
存储在%BI_HOME%\webapps\webroot\logs\cubes
赞 0 踩 0 2024-11-26 10:33
logdb怎么获取当前时间?
赞 0 踩 0 2024-10-18 11:27
logdb支持的语法只有本文第三章列出的那些
而且logdb是一个日志库,你查询的时刻的日志,大概率还没写入库呢
赞 0 踩 0 2024-10-24 17:02
logdb里面的时间是big int类型,怎么转为时间格式显示啊
赞 0 踩 0 2022-04-28 20:11
1) select todate(time) from fine_record_execute
2) select * from fine_record_execute where todate(time)<'2018-12-18 10:15:26' and todate(time)>'2018-12-17 10:15:26'
赞 0 踩 0 2022-04-29 14:17