摘要:
基本步骤: su rootsu - db2inst1bashdb2 connect to 数据库名 user 用户名 using 密码 db2 CREATE DATABASE **** ALIAS **** USING CODESET GBK TERRITORY CN COLLATE USING S 阅读全文
摘要:
drop procedure if EXISTS inserts;create PROCEDURE inserts(in param int)begin while param < 1 do insert into systemuser select replace(UUID(), '-', '') 阅读全文