Home  >  Article  >  Database  >  数据库-mysql进行匹配的时候可否调整匹配的顺序?

数据库-mysql进行匹配的时候可否调整匹配的顺序?

WBOY
WBOYOriginal
2016-06-06 09:37:361112browse

mysql数据库

在数据库中有title,content字段,如果有两个相同的title,都叫ABC,而我想要的是第一个ABC对应的content,但是每次用where title="ABC";匹配到的都是第二个content内容,可不可以改变匹配的顺序呢?

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