You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSERT INTO comments (text, postId, parentId, userId) VALUES ('Okay listen here, I will not be buying the textbook,
-BOB', 1, NULL, (select id from users where username = 'BOB'))
127.0.0.1 - - [13/Aug/2019 17:15:44] "POST /add-comment/ HTTP/1.1" 200 -
I am implementing the following feature, and am getting a SQL syntax response. See screenshots below.
The text was updated successfully, but these errors were encountered: