$sql = "select * from xxxx";$data = xxxx($sql) //执行sqlforeach($data as $v){ var_dump($v);}
select number from table where name='zhangmou'