While in a transaction, the DBal $conn->fetchColumn( … ) function returns '0' after running SELECT COUNT(*) when expecting '1'

前端 未结 0 788
野的像风
野的像风 2020-12-07 19:34

When running the following query in PHP, I\'m getting back \'0\':

$stmt = \'SELECT count( * ) \' .
          \'FROM `videos` \' .
         \'WHERE `status` =          


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