Alter all tables in database
Shows how you can alter all of the tables in a database (since sometimes theres hundreds of tables).
Usage
Change the 'ALTER' SQL syntax to whatever specific operation you need to perform on your database.
Shows how you can alter all of the tables in a database (since sometimes theres hundreds of tables).
Change the 'ALTER' SQL syntax to whatever specific operation you need to perform on your database.
Comments