Chakl22 Posted November 16, 2014 Posted November 16, 2014 (edited) Chronicle: Freyal2jdp - revision="7968"l2j - revision="4601" I m looking for a SQL script for delete any type of drop from MOBS including ADENA. Edited November 16, 2014 by Chakl22
0 N1nj4Styl3 Posted November 16, 2014 Posted November 16, 2014 UPDATE (TableName) SET (ColumnName) = Null; Used to run this query in my db when I wanted to change the values of a certain column to null. Idk if this is going to work for you, but give it a shot.
0 Nightw0lf Posted November 17, 2014 Posted November 17, 2014 (edited) DELETE FROM tablename WHERE condition>0 AND contition != 'raid'; fix this to fill the table name and contitions(column names) the fist contition will delete where drops are bigger of 0 and second contition will prevent it on deleting the raid (raid is example you will add the i dont know L2Raid or something) possible table name = drops possible first contition = type possible second contition = monsters Edited November 17, 2014 by Nightw0lf
Question
Chakl22
Chronicle: Freya
l2jdp - revision="7968"
l2j - revision="4601"
I m looking for a SQL script for delete any type of drop from MOBS including ADENA.
Edited by Chakl222 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now