建设网站的特色,首页排名seo,怎么优化网站性能,公司名字大全简单好听第一法】
select * from table where nameD
UNION ALL
select * from table where nameD 第二法】SELECT CASE WHEN [name]D THEN 0 ELSE 1 END FLAG,* FROM TABLE
order by flag asc
第一法】
select * from table where nameD
UNION ALL
select * from table where nameD 第二法】SELECT CASE WHEN [name]D THEN 0 ELSE 1 END FLAG,* FROM TABLE
order by flag asc