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";
How To Select Between In Mysql Database Mysql QueryHow To Select Between In Mysql Database Mysql Query How To Select Between In Mysql Database Mysql Query
Post Description: Post Tags: how, to, select, between, in, mysql, database, mysql, query This Post Has Been Viewed 435 Times Since Fri Feb 29, 2008 12:30 pm Posted By hostman with 1 replies
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";
Leave Your Comments [ dejar commentarios ] Comments and replies About How To Select Between In Mysql Database Mysql Query :: 1 :: #54963 - Reply By kewati On Fri May 23, 2008 7:27 pm
![]() kudos to you guys for letting us to know more about mysql. i need to know how to instal mysql 3.0,4.1 or 5 version of mysql |