|
Posted by Bob Baboie on 12/23/05 09:05
Hi Folks,
I have multpile databases on various domains all using the same table.
Trying to find a simple script to add 2 additional fields to each table
without manually having to do it.
INSERT INTO `master` (`PermaBotLinkURL`, `PermaBotLink`) VALUES
('value01','value02');
This does not work obviously, because trying to instert in to something that
does not exist
Thanks greatly!
Navigation:
[Reply to this message]
|