- Impact
- 24
Hey guys, I need to run an sql update on my database.
Here one of the comands I need to run:
ALTER TABLE
Here one of the comands I need to run:
ALTER TABLE
_users ADD user_show_quickreply TINYINT(1) DEFAULT '1' NOT NULL ;
Now the problem is where the
is! I have to run this command for 524 tables all with differant prefixes, like me_users, you_users, extra.
Is there a wildcard that I can use to do this all at once, or am I going to be stuck creating each prefix manually!












