Home > Database > Mysql Tutorial > body text

2个MYSQL语句_MySQL

WBOY
Release: 2016-06-01 13:48:32
Original
1116 people have browsed it

bitsCN.com

SELECT sku, SUBSTRING( ordered_pic, 1, LENGTH( SUBSTRING_INDEX( ordered_pic, ",", 1 ) ) ) AS pid
FROM `product`
WHERE `purchaser_id` =13
LIMIT 0 , 30


SELECT id,picture_name FROM `picture` WHERE `width` =468 AND height = 468 AND created_at > '2012-08-01' and picture_name like 'W%'

bitsCN.com
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!