求一3表查询的SQL语句
表sh_bind 有字段 id,bid,tid表sh_bindmsg 有字段 id,name表sh_type 有字段id,name=======================================如何查询 (sh_bind.id,sh_bindmsg.name,sh_type.name)这样的sql语句表sh_b... 展开
其他答案
select sh_bind.id,sh_bindmsg.name,sh_type.name from sh_bind, sh_bindmsg, sh_type where sh_bind.bid = sh_bindmsg.id and sh_bind.tid = sh_type.id包行的 你自己看看是不是表名或是字段名写错了
2010-09-01 05:57
来自北京市
赞(0)点赞赞(0)举报
免责声明:问答内容均来源于互联网用户,房天下对其内容不负责任,如有版权或其他问题可以联系房天下进行删除。




