首頁 >資料庫 >mysql教程 >一串失败的代码,但是很有借鉴的意义

一串失败的代码,但是很有借鉴的意义

WBOY
WBOY原創
2016-06-07 14:57:421274瀏覽

无详细内容 无 select LicensePlateNumber,FrameNumber,EngineNumber from vehicle where id in (select VehicleId from device where IMSI in (select IMSI from weixin where FromUserName='ooXyYjmKVbL-W7kpyhbv4OSsTiFU' union select imsi from sim wher

select LicensePlateNumber,FrameNumber,EngineNumber from vehicle where id in 
	(select VehicleId from device where IMSI in 
		(select IMSI from weixin where FromUserName='ooXyYjmKVbL-W7kpyhbv4OSsTiFU' 
			union 
		select imsi from sim where phoneNumber in (select IMSI from weixin where FromUserName='ooXyYjmKVbL-W7kpyhbv4OSsTiFU')
		)
	)
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn