Home > Database > Mysql Tutorial > SQLSERVER数据库有个难以理解的错误

SQLSERVER数据库有个难以理解的错误

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 15:26:45
Original
1051 people have browsed it

@风醉: 我当时测过了,下面部分加上那个条件,是查不出记录来的,不加那个框框的条件确实是有记录的。 接着我在 SynchronizeInOutStore 中查询swbID,大致是这样查的: select * from V_WayBill_SubWayBill where wbID = 444 and swbID in ( selectsios_swbID

@风醉: 我当时测过了,下面部分加上那个条件,是查不出记录来的,不加那个框框的条件确实是有记录的。

 

接着我在SynchronizeInOutStore中查询swbID,大致是这样查的:

select * from V_WayBill_SubWayBill where wbID = 444 and swbID in

(

select sios_swbID from SynchronizeInOutStore

)

 

却一条也查不出,也就是SynchronizeInOutStore表中不存在对应的swbID。

 

 

纳闷

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
Latest Issues
Problem with tp6 connecting to sqlserver database
From 1970-01-01 08:00:00
0
0
0
Unable to connect to SQL Server in Laravel
From 1970-01-01 08:00:00
0
0
0
Methods of parsing MYD, MYI, and FRM files
From 1970-01-01 08:00:00
0
0
0
SQLSTATE: User login failed
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template