这样每次取速度太慢,可以通过before insert的触发器统计数字,然后通过数字索引查询。
// assume field lenofcontent exists in table postselect * from post order by lenofcontent desc limit 1
可以使用case when流程控制函数例如:
select c,case c when 0 then concat(a,b) when 1 then concat(d,e)
when 2 then f else null end as result from tblName
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)