- Forums
- MySQL
- How To Select Between In Mysql Database Mysql Query
This Page Contains information about How To Select Between In Mysql Database Mysql Query By wallpaperama in category MySQL with 2 Replies. [893], Last Updated: Sat May 18, 2024
wallpaperama
Fri Feb 29, 2008
2 Comments
8338 Visits
today i learned how to send a query to select between values
for example, i have 50 user_id and i want to select only between 25 and 30 so to do that, i can send this query:
$sql = "SELECT user_id FROM mytable WHERE user_id BETWEEN 25 AND 30";
i need to know how to instal mysql 3.0,4.1 or 5 version of mysql