|
|
|
ถามเรื่องการ select ใน sql หน่อยครับ ผมอยากจะเลือกเรคคอดที่มีค่าID=1,2,3 อันสุดท้าย ต้องเขียน sql ยังไงเหรอครับ |
|
|
|
|
|
|
|
Code (PHP)
$sql = "select * from table_name";
$query = mysql_query($sql);
while($result = mysql_fetch_array($query)){
if($id!=$result[id]){
echo $id." ".$value."<br/>";
$id=$result[id];
$value=$result[value];
}else{
$id=$result[id];
$value=$result[value];
}
|
|
|
|
|
Date :
2011-05-26 11:30:11 |
By :
fernsterno |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|