GBase 8a
运维管理
文章

查看历史加载结果

发表于2025-12-25 10:22:336次浏览0个评论

select task_id,db_name,tb_name,user,HOST_IP,start_time,end_time,elapsed_time,total_size,loaded_records,skipped_records
from information_schema.load_result
where start_time>‘2020-07-26’
order by start_time;

评论

登录后才可以发表评论