写写程序,一种成就的感觉

写写程序,一种成就的感觉

导航

2009年12月21日

摘要: Access:select * From 表 Where id in(1,5,3) order by instr(',1,5,3,',','&id&',')MSSQL:select * From 表 Where id in(1,5,3) order by charindex(','+rtrim(cast(id as varchar(10)))+',',',1,5,3,')MySQL... 阅读全文

posted @ 2009-12-21 14:28 hateyoucode 阅读(2517) 评论(0) 推荐(3)