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

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

WBOY
WBOYOriginal
2016-06-06 20:36:34888Durchsuche

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

回复内容:

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

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

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn