I was wondering if there's a way to duplicate all weapons and armor in MySQL (workbench) (I can't seem to copy columns and rows together). I know there are commands, but I'm not familiar with them. Maybe someone could type the command out for me or give me a list to get me started.
I'm looking for something that.. copies all columns where item type = 4 or 5 in item_db to item_db2
and another that.. renames rows 1st#-nth# to mth#-sth# (n,m,s are just arbitrary numbers; n<m<s and sth# - mth# = nth# - 1st#)
I was wondering if there's a way to duplicate all weapons and armor in MySQL (workbench) (I can't seem to copy columns and rows together). I know there are commands, but I'm not familiar with them. Maybe someone could type the command out for me or give me a list to get me started.
I'm looking for something that.. copies all columns where item type = 4 or 5 in item_db to item_db2
and another that.. renames rows 1st#-nth# to mth#-sth# (n,m,s are just arbitrary numbers; n<m<s and sth# - mth# = nth# - 1st#)
Thanks
Edited by IncognitoLink to comment
Share on other sites