0
点赞
收藏
分享

微信扫一扫

同读三个表的语句

精进的医生 2022-07-27 阅读 55


sql="select a.*,b.st_name,c.bt_name from product as a,smalltype as b,bigtype as c where a.st_id=b.id and b.bt_id=c.id "&sqlcenter&" order by up desc"

举报

相关推荐

0 条评论