(uuid,available,createtime)  select left(replace(uuid(), '-', ''),24),1,utc_timestamp()

使用:

insert into organization_has_account (id,available,create_time,update_time,organization_id,account_id,is_admin) select left(replace(uuid(), '-', ''),24),1,utc_timestamp(),utc_timestamp(),'59a9259ecfba6900072322e6','59afbabefbe01d0009e4aef3',0;

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2022-01-01
  • 2022-12-23
  • 2021-05-16
猜你喜欢
  • 2021-07-01
  • 2022-03-04
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2021-10-13
  • 2021-06-05
相关资源
相似解决方案