$sql = "SELECT * FROM tblVehicles WHERE VehicleID NOT IN ('$theList')";. $theList is populated from a different SQL statement dynamicaly. The ...
確定! 回上一頁