摘要:
declare @GetCaridStr Nvarchar(1000) ;set @GetCaridStr = 'DECLARE LandAreaO_Cursor CURSOR FOR select carid from car_info where companyid not in(select companyid from company_info where list2 =543 and list3 =543 and status =1) and car_type in ('+ @Key_CarType +')';Exec(@GetCaridStr) ; 阅读全文
posted @ 2011-11-07 14:16
justconnor
阅读(1887)
评论(1)
推荐(1)
浙公网安备 33010602011771号