union all query doesnt work with prepared statements

前端 未结 0 1023
忘了有多久
忘了有多久 2021-01-29 10:47

I have this code:

 $stmt = $conn->prepare("SELECT * FROM replies 
                         WHERE threadID =? 
                         UNION ALL
                  


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