Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] 求教!SQL高手!

[复制链接]
wnddd 发表于 2010-4-20 16:51:01 | 显示全部楼层 |阅读模式
本帖最后由 wnddd 于 2010-4-20 17:06 编辑

我想调用supe_attachments里面的数据和supe_spacenews的数据,条件是supe_attachments里面的aid等于特定值比如80,然后再从supe_spacenews调用相同itemid的数据,这样写行么?
  1. SELECT a.*, n.* FROM supe_attachments a, supe_spacenews n, WHERE a.aid = 80 AND n.itemid = a.itemid
复制代码
我就是这样写的,不行。。。。。。
提示:

  1. SQL: SELECT a.*, n.* FROM [Table]attachments a, [Table]spacenews n, WHERE a.aid = 80 AND n.itemid = a.itemid LIMIT 0,1
  2. Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE a.aid = 80 AND n.itemid = a.itemid LIMIT 0,1' at line 1
  3. Errno.: 1064
复制代码
 楼主| wnddd 发表于 2010-4-20 19:53:47 | 显示全部楼层
等答案!!!!
回复

使用道具 举报

 楼主| wnddd 发表于 2010-4-21 09:14:01 | 显示全部楼层
求高手出现!!
回复

使用道具 举报

 楼主| wnddd 发表于 2010-4-21 16:11:58 | 显示全部楼层
求呀!!!!
回复

使用道具 举报

 楼主| wnddd 发表于 2010-4-22 16:02:33 | 显示全部楼层
没有人出现?????
回复

使用道具 举报

 楼主| wnddd 发表于 2010-4-22 22:02:07 | 显示全部楼层
连个回答也没有。。。。
回复

使用道具 举报

 楼主| wnddd 发表于 2010-4-23 09:54:01 | 显示全部楼层
没有人给回答。。。
回复

使用道具 举报

hooyoo 发表于 2010-4-23 10:20:42 | 显示全部楼层
替你顶~~~~~
回复

使用道具 举报

 楼主| wnddd 发表于 2010-4-23 16:22:15 | 显示全部楼层
哈哈哈哈哈!!
回复

使用道具 举报

tsk120 发表于 2010-4-23 23:41:35 | 显示全部楼层
SELECT a.*,b.* FROM supe_attachments a,supe_spacenews b where a.itemid=b.itemid AND a.aid='80'

试试
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-1-11 08:51 , Processed in 0.024109 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表