Sql合并查询两张表里的数据

select UI.UserTrueName,UI.UserDept,UI.UserSex,UM.* from UserInfo as UI,UserMatchMsg as UM

得到的结果为:UserInfo 表中的UserTrueName UserDept UserSex 字段 及UserMatchMsg 中所有字段s

posted @ 2011-11-26 17:40  LiTao9026  阅读(662)  评论(0编辑  收藏  举报