由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - 一个有关查询的语句
相关主题
怎样快速得到两个表的交集SQL combine two tables into one table and add a new column
How to Import a Datatable as fast as possible?新手请教SQL 语法问题- alias 和 join
请问个join的问题MySQL语句请教
请求SQL语句SQL question...
SQL copy a table into a new table and add a new columnSQL question: update a field
请教大虾问题哈,包子谢哈请教一个oracle下的view的问题
how to write this query请教set和select 的区别
问个JOIN的问题Question about the err when export table
相关话题的讨论汇总
话题: join话题: inner话题: 语句
进入Database版参与讨论
1 (共1页)
a****u
发帖数: 3
1
我写了一个语句:select id from table1 as a inner join table2
as b on a.field1=b.field1 and a.field2 in (1,2) where
b.field2='str'
在sql server中通过了,但我想在access中使用,可能是inner join
出了问题,希望指教,谢谢!
T**e
发帖数: 424
2
别用这种
use where t1.a=t2.a 这样的join

【在 a****u 的大作中提到】
: 我写了一个语句:select id from table1 as a inner join table2
: as b on a.field1=b.field1 and a.field2 in (1,2) where
: b.field2='str'
: 在sql server中通过了,但我想在access中使用,可能是inner join
: 出了问题,希望指教,谢谢!

1 (共1页)
进入Database版参与讨论
相关主题
Question about the err when export tableSQL copy a table into a new table and add a new column
Help: "Operation Must Be Updatable Query"请教大虾问题哈,包子谢哈
菜鸟问题,急how to write this query
问一道SQL的题 (转载)问个JOIN的问题
怎样快速得到两个表的交集SQL combine two tables into one table and add a new column
How to Import a Datatable as fast as possible?新手请教SQL 语法问题- alias 和 join
请问个join的问题MySQL语句请教
请求SQL语句SQL question...
相关话题的讨论汇总
话题: join话题: inner话题: 语句