You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
197 B
2 lines
197 B
insert into yxt_portal.sys_user(sid, userName, password,staffSid,mobile,userType)
|
|
select uuid(),bm.name,'8ee032c2f0b2db72c45ac82007c8dac3',bm.sid,bm.telephone,3 from supervise_crm.bank_manager bm;
|