Jump to content

Problem with delete query


hno

Recommended Posts

Firstly, this is the Microsoft SQL - MSSQL help board, are you using MSSql or MySql?

 

I'll assume your using MySql and just posted in the wrong board considering that your talking about phpmyadmin and the LIMIT clause does not exist within MySql.

 

Anyway, your query uses invalid syntax and should be....

 

DELETE FROM shop.comment WHERE comment.id=1 limit 1

 

Using strings as identifiers won't get you anywhere.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.