GBase 8a
运维管理
问答

gbase8a定时后台设置

发表于2025-12-26 10:39:5940次浏览4个评论

1.开启
create table t(a int , b datetime); 
SET GLOBAL event_scheduler = ON;

1>测试立即执行event
use test;
create event event_now on schedule at now() do insert into t values(1, now());
查看结果
select * from t;

评论

登录后才可以发表评论
用户头像
GBase用户28017发表于 7个月前
学习。
用户头像
GBase用户28017发表于 7个月前
学习。
用户头像
GBase用户28017发表于 7个月前
好好学习。
GBase用户51884发表于 2个月前
等待有缘人解答。