ลงทะเบียน
ใกล้กัน ช่วยให้คุณแชร์เรื่องราวต่างๆ กับผู้คนมากมาย

วิธีใช้คำสั่ง SQL IN() เรียงข้อมูล และตัดเบอร

โพสต์ใน: ฐานข้อมูล MySQL / - โดย - Feb 21, 2017

1. แสดงเฉพาะ id ที่กำหนด

SELECT name, description, [columname] FROM [tablename] WHERE id IN([number1, number2]) ORDER BY FIELD(id, [number1, number2])


2. ตัดเบอร์ซ้ำ โดยดูเบอร์ไหนซ้ำจะแสดงมากกว่า 1

SELECT
  `expo_register`.*, COUNT(`expo_register`.`mobile`) AS NUMBER
FROM
  `expo_register`
GROUP BY
  `expo_register`.`mobile`
HAVING
  Count(`expo_register`.`mobile`) > 1;

MySQL

User not write anything about he.
Captcha Challenge
ลองรูปภาพใหม่
Type in the verification code above

ลองอ่านดูน่าสนใจ: