Maison >développement back-end >tutoriel php >mysql查询时如果能用sql计算返回结果好,还是先返回结果再用php处理好,比如对字段转换大小写

mysql查询时如果能用sql计算返回结果好,还是先返回结果再用php处理好,比如对字段转换大小写

WBOY
WBOYoriginal
2016-06-06 20:36:34885parcourir

mysql查询时如果能用sql计算返回结果好,还是先返回结果再用php处理好,比如对字段转换大小写,大家一般怎么做

回复内容:

mysql查询时如果能用sql计算返回结果好,还是先返回结果再用php处理好,比如对字段转换大小写,大家一般怎么做

MySQL属于公共资源了,当然是占用的越少越好,能在应用层面处理的,最好不要放到数据库层面处理。

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn