Jump to content
  • 0

[HELP]Navicat Sql


Question

5 answers to this question

Recommended Posts

  • 0
Posted

τι ακριβώς θες να σβήσεις και από πού?

παράδειγμα,άμα είναι από άλλο table άλλαξε το droplist,και το item type κάντο replace με το spelbook

DELETE FROM droplist WHERE itemid IN (SELECT item_id FROM etcitem WHERE item_type= 'spelbook' );

  • 0
Posted

ορίστε

DELETE FROM spawnlist WHERE itemid IN (SELECT item_id FROM etcitem WHERE item_type= 'L2Monster' );

και βάζε τα type των κάθε mob που θές

  • 0
Posted

DELETE FROM spawnlist WHERE itemid 20192

auto as poume?

 

όχι ρε,κάθε mob έχει και ένα type το type του mob βάζετο

DELETE FROM spawnlist WHERE itemid IN (SELECT item_id FROM etcitem WHERE item_type= '[color=Red]εδώ[/color]' );

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...