php怎么满足某一种条件,只取最新的一条数据

WBOY
Release: 2016-06-13 12:15:31
Original
1442 people have browsed it

php如何满足某一种条件,只取最新的一条数据

SELECT * FROM pc_record WHERE name LIKE '小明' LIMIT 1
Copy after login



这种写法是随机取一条数据,我想取最新的一条,该怎么写

求大神指教
------解决思路----------------------
order by id desc
或者发布时间 desc

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template