06 2008 档案
摘要:select * from lackgoodsapplybillbase a inner join lackgoodsapplybillinfo b on a.`vLACKGOODSAPPLY_ID`=b.`vLACKGOODSAPPLY_ID` where b.`vPART_ID` not in (select SUBSTRING_INDEX(vPART_ID, '/', 1) from ma...
阅读全文
摘要:1 t-sql; select * from table1; insert into table1(name,pwd) values('csj','csj'); update table1 set pwd='css' where name='csj'; delete from table1 where name='csj'; select top 3 * fro...
阅读全文