Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of George Clarke | > | AHostLookup | > | isps_alter.sql | > | Download | ||
|
Download |
-- 8 August 2005 -- Alter existing table `isps` to add count, date, and time -- ALTER TABLE `isps` ADD `count` int(20) unsigned NOT NULL default '0', ADD `date` varchar(20) default NULL, ADD `time` varchar(20) default NULL; |