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"
同读三个表的语句
阅读 55
2022-07-27
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)