PDA

View Full Version : navicat question


szela_93
06-23-2007, 11:16 AM
what is the syntax for deleting from tables in navicat?

szela_93
06-23-2007, 11:26 AM
sorry it should be in support move it

PvPede
06-28-2007, 12:28 PM
Think it was something like:

DELETE From *TABLENAME* ID *IDHERE*

Example:

DELETE From "Items" ID "3304" Or something