SQL delete command?

后端 未结 7 2226
日久生厌
日久生厌 2020-12-18 02:34

I am having trouble with a simple DELETE statement in SQL with unexpected results , it seems to add the word to the list??. Must be something silly!. but i cannot see it , t

7条回答
  •  攒了一身酷
    2020-12-18 03:03

    The @Word should not be in quotes in the sql query.

    Not sure why you're trying to add the connection on the end of the sql query either.

提交回复
热议问题