sql记录:
select * from district_location
where id in (110109,110107,110106,110102)
order by field(id,110109,110107,110106,110102)
本文介绍了一种使用SQL进行特定记录查询的方法,通过指定ID列表并按照该列表顺序进行排序,实现精确且有序的数据检索。
sql记录:
select * from district_location
where id in (110109,110107,110106,110102)
order by field(id,110109,110107,110106,110102)
153

被折叠的 条评论
为什么被折叠?