create table daizk.IOS_matrix_sex as
select *
from zhujx.1029_IOS_features_replce_null
where sex = 'M'
union all
select *
from zhujx.1029_IOS_features_replce_null
where sex = 'F'
order by rand()
limit 781318

 

男女各抽了781318条

相关文章:

  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
  • 2021-11-04
  • 2021-11-18
  • 2021-07-03
  • 2021-09-09
猜你喜欢
  • 2021-07-22
  • 2022-12-23
  • 2021-08-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案