Home >Database >Mysql Tutorial >mysql多个条件分列显示问题

mysql多个条件分列显示问题

WBOY
WBOYOriginal
2016-06-06 09:34:301290browse

mysql

SELECT dir3.url from dir3 LEFT JOIN dir4 on dir4.url=dir3.url where dir4.id is null or dir3.md5dir4.md5 and dir3.inputtime=1453086000
现在这两个都合并显示在一列,求大神帮我修改一下,分成两列显示,能否做到?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn