PHP速学视频免费教程(入门到精通)
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
select uid from user where uid = 70 or uid =68 or uid = 69;
mysql返回的是
686970
如何让mysql返回
70
68
69
这样的结果,就是按照where的条件先后来返回.
select uid from user where uid = 70 or uid =68 or uid = 69;
mysql返回的是
686970
如何让mysql返回
70
68
69
这样的结果,就是按照where的条件先后来返回.
<code>SELECT id, name FROM mytable WHERE name IN ('B', 'A', 'D', 'E', 'C') ORDER BY FIELD(name, 'B', 'A', 'D', 'E', 'C')</code>
网上随便找下就有了
<code class="php">select uid from user where uid in( 70 ,68 , 69) order by fine_in_set('uid','70,68,69');</code>
<code>select uid from user where uid = 70 or uid =68 or uid = 69 order by uid desc</code>
select uid from user where uid = 70 or uid =68 or uid = 69 order by uid desc;
已抢6799个
抢已抢91612个
抢已抢14418个
抢已抢50597个
抢已抢190557个
抢已抢86253个
抢