$sql= "create temporary table yc_linshi (
                        img varchar(100) not null,
                         openid varchar(50) not null,
                          shopPrice decimal ,
                         goodsName varchar (100),
                         ptnum varchar (50))";
                $affected = Db::execute($sql);

 

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-17
  • 2021-12-11
  • 2021-09-11
  • 2021-12-23
相关资源
相似解决方案