07 2021 档案

MySQl 创建表时timestamp类型字段出错
摘要:CREATE TABLE `sync_test` ( `id` varchar(32) NOT NULL, `int_two` smallint(6) DEFAULT NULL COMMENT '整型2', `int_four` int(11) DEFAULT NULL COMMENT '整型4', 阅读全文

posted @ 2021-07-21 17:47 80boy 阅读(648) 评论(0) 推荐(0)

各数据库 uuid 函数
摘要:数据库 uuid PostgreSQL replace(gen_random_uuid()::text, '-', '') MySQL replace(uuid(), '-', '') Oracle lower(rawtohex(sys_guid())) SQL Server replace(new 阅读全文

posted @ 2021-07-02 08:31 80boy 阅读(296) 评论(0) 推荐(0)

mybatis创建oracle触发器时冒号引起的问题
摘要:创建 Oracle 触发器器时出现异常:索引中丢失 IN 或 OUT 参数:: 1 <update id="myTrigger"> create trigger "my_trigger" after update on "test" for each row begin insert into "m 阅读全文

posted @ 2021-07-01 18:03 80boy 阅读(278) 评论(0) 推荐(0)

导航