Quote:
Today at 08:34 AM sabret00the said this in Post #1094
stupid question i know but how do i uninstall the queries? i basically just wanna reinsert them as i can't get any additional games to add
|
If you just want to reinstall the games, you can just re-do the arcadegames table.
You would execute:
DROP TABLE arcadegames;
And then re-run the query that creats the arcadegames table and inserts that data into it.