摘要: 阅读全文
posted @ 2018-03-23 09:00 叶孤城与独孤求败 阅读(98) 评论(0) 推荐(0)
摘要: SQL: select * from table where id IN (3,9,6);这样的情况取出来后,其实,id还是按3,6,9,排序的,但如果我们真要按IN里面的顺序排序怎么办?SQL能不能完成?是否需要取回来后再foreach一下?其实可以这样sql: select * from tab 阅读全文
posted @ 2018-01-25 17:30 叶孤城与独孤求败 阅读(216) 评论(0) 推荐(0)
摘要: 123123123 阅读全文
posted @ 2018-01-24 20:04 叶孤城与独孤求败 阅读(677) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-01-20 09:55 叶孤城与独孤求败 阅读(1) 评论(0) 推荐(0)
摘要: INSERT into user_info(version,create_user_count,create_pc_count) select version,create_user_count,create_pc_count from user_info;mysql蠕虫复制,大量数据 。 阅读全文
posted @ 2018-01-18 14:28 叶孤城与独孤求败 阅读(188) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-01-16 14:52 叶孤城与独孤求败 阅读(2) 评论(0) 推荐(0)