dissipate

    

 

 

 

select concat(\'drop table \',table_name,\';\') from information_schema.tables where table_schema=\'employees\' and table_name rlike \'^d.*$\' into outfile \'d:/b.sql\';

 

 

 

 

 

 

分类:

技术点:

相关文章:

  • 2021-11-30
  • 2021-11-30
  • 2021-11-30
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2021-11-30
  • 2021-11-30
  • 2021-11-30
  • 2021-11-30
  • 2021-11-30
  • 2021-06-04
相关资源
相似解决方案