Now there is this sql statement, one of which is aliased as result
$sql = "select sum(num) as result from table";
The question is how to read the content of result? ?
我想大声告诉你2017-05-16 13:12:27
After the sql execution is completed, print the return value to see what is returned