请问sybase中插入系统时间用什么?也是sysdate吗?

如题,谢谢
---------------------------------------------------------------

这么做
begin tran
declare @t
select @t=getdate()
insert into example(now_date) values(@t)
commit;

Published At
Categories with 数据库类
Tagged with
comments powered by Disqus