im wanting to remove lines from the db that are not needed for chernarus to make it more simple for me to manage.
currently working on a list of unused tid's
would this sql syntax work to remove all lines that match the tid 000? (i know 000 is not a valid tid its just an example)
DELETE FROM TRADERS_DATA WHERE tid = 000;