I am trying to create a procedure as shown below and it was throwing me error. all the tables and column names are correct. please help me with this.
Asked
Active
Viewed 7 times
0

RiggsFolly
- 93,638
- 21
- 103
- 149
-
The problem will be what the error message is telling you – RiggsFolly Apr 08 '20 at 11:08
-
`WHERE video_id = 'VideoID'` Quotes needed around strings in a query – RiggsFolly Apr 08 '20 at 11:11