php - Reading of alias content
習慣沉默
習慣沉默 2017-05-16 13:10:27
0
1
624

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? ?

習慣沉默
習慣沉默

reply all(1)
我想大声告诉你

After the sql execution is completed, print the return value to see what is returned

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template