SQL问题 求大神解释下下面的语句是什么意思

select*fromnewstypeinnerjoinnewscontentonnewstype.newstypeid=newscontent.newstypeidor... select * from newstype inner join newscontent on newstype.newstypeid=newscontent.newstypeid order by newsid
下面为全部语句
<?php
$sql="select * from newstype inner join newscontent on newstype.newstypeid=newscontent.newstypeid order by newsid";
$rs=mysql_query($sql);
?>
<table width="100%" border="0" align="center" cellpadding="5" cellspacing="1" class="tableBorder">
<tr>
<th>编号</th>
<th>新闻标题</th>
<th>发表时间</th>
<th>新闻类别</th>
<th>操作</th>
<th>删除</th>
</tr>
<?php
while($rows=mysql_fetch_assoc($rs))
{
?>
<tr>
<td align="center" class="forumRowHighlight"><?php echo $rows["newsid"]?></td>
<td class="forumRowHighlight"><?php echo $rows["newstitle"]?></td>
<td align="center" class="forumRowHighlight"><?php echo $rows["newstime"]?></td>
<td align="center" class="forumRowHighlight"><?php echo $rows["newstype"]?></td>
<td align="center" class="forumRowHighlight"><a href="modifynews.php?id=<?php echo $rows["newsid"]?>">查看修改</a></td>
<td align="center" class="forumRowHighlight"><a href="delnews.php?id=<?php echo $rows["newsid"]?>">点击删除</a></td>
</tr>
<?php
}
?>
</table>
展开
 我来答
Linn
2015-01-17 · 超过71用户采纳过TA的回答
知道小有建树答主
回答量:131
采纳率:0%
帮助的人:42.3万
展开全部
查看newstype.newstypeid = newscontent.newstypeid的所有newstype 和 newscontent 的数据,并且通过newsid排序。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式