SQL Problem

solvent

LOMCN Veteran
Veteran
Jul 24, 2006
457
0
43
On The Sun
keep geting this error when i try to delete some think in the sql =/ any ideas how to sort this pls??
 

Attachments

  • 2.JPG
    2.JPG
    12 KB · Views: 27

mazz

Dedicated Member
Dedicated Member
Aug 6, 2008
193
2
45
What are you trying to delete
Maybe something to do with the index numbers
 
Upvote 0

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
265
Canada
keep geting this error when i try to delete some think in the sql =/ any ideas how to sort this pls??

that probably means you have 2 identical rows (same data) and you are deleting one of them.

you probably type the sql command to delete both at the same time.
 
Upvote 0