Home > Database > Mysql Tutorial > access sql语句报错,在sqlserver里面是好的。求救!在线等!

access sql语句报错,在sqlserver里面是好的。求救!在线等!

WBOY
Release: 2016-06-07 15:39:52
Original
1173 people have browsed it

语法错误 (操作符丢失) 在查询表达式 'ur.Uid2=[Uid] inner join (select * from Reservation)r on ur.Tid2=r.Tid' 中。 语句:select * from(select [Uid] as Uid2,Tid as Tid2,Time from UserReservation)ur inner join (select * from UserMessages)u on

语法错误 (操作符丢失) 在查询表达式 'ur.Uid2=[Uid] inner join (select * from Reservation)r on ur.Tid2=r.Tid' 中。

 

语句:select * from(select [Uid] as Uid2,Tid as Tid2,Time from UserReservation)ur inner join (select * from UserMessages)u on ur.Uid2=[Uid] inner join (select * from Reservation)r on ur.Tid2=r.Tid

 

怎么解决?急啊!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template