CREATE VIEW `speech_label_all_uv_pv` AS
select `speech_label_uv_pv`.`cdate` AS `cdate`,`speech_label_uv_pv`.`source` AS `source`,`speech_label_uv_pv`.`page` AS `page`,`speech_label_uv_pv`.`description` AS `description`,`speech_label_uv_pv`.`code_perform` AS `code_perform`,`speech_label_uv_pv`.`label` AS `label`,`speech_label_uv_pv`.`uv` AS `uv`,`speech_label_uv_pv`.`pv` AS `pv` from `speech_label_uv_pv` union all select `speech_label_order_uv_pv`.`cdate` AS `cdate`,`speech_label_order_uv_pv`.`source` AS `source`,`speech_label_order_uv_pv`.`page` AS `page`,`speech_label_order_uv_pv`.`description` AS `description`,`speech_label_order_uv_pv`.`code_perform` AS `code_perform`,`speech_label_order_uv_pv`.`label` AS `label`,`speech_label_order_uv_pv`.`uv` AS `uv`,`speech_label_order_uv_pv`.`pv` AS `pv` from `speech_label_order_uv_pv`


相关文章:

  • 2021-04-21
  • 2021-07-28
  • 2021-12-09
  • 2022-02-14
  • 2021-08-12
  • 2022-01-01
猜你喜欢
  • 2021-10-31
  • 2021-11-08
  • 2022-12-23
  • 2021-08-11
  • 2021-08-06
  • 2022-12-23
  • 2021-07-29
相关资源
相似解决方案