Jump to content
  • 0

Delete Objects In SQL


Crystal

Question

1 answer to this question

Recommended Posts

  • 0

In MySQL work bench you can use the follow select query to find all camo nets in the database ....

SELECT * FROM epoch.object_data where classname like "%camonet%";

Then just select all and delete them.

Remember to replace the epoch.object_data with your database name.

 

Not sure about HEIDI as I have never used that database editor before but I am sure you should be able to do a query with it.

Edited by -shadow-
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...