All rows not being fetched

后端 未结 0 1877
轮回少年
轮回少年 2021-01-21 04:26

I am trying to fetch data from a stored procedure.

$query = $db->get_row("EXEC StoreProcedureName \'{$account_name}\'");
$items = $db->get_results         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题