inner join子句用于将一个表中的行与其它表中的行进行匹配,并允许从两个表中查询包含列的行记录。具体使用方法如:【select column_list from t1 inner join t2 on join_condition】。
技术文章 / 下载软件趣味内容 / 专业带飞