drifterz28 on 01/21/11
Last Edited at 01/21/11 03:04pm
CREATE TABLE `zip_codes` (`city` VARCHAR( 25 ) NOT NULL ,`zipcode` VARCHAR( 5 ) NOT NULL ,`taxrate` VARCHAR( 5 ) NOT NULL) ENGINE = MYISAM
Report this snippet Tweet
Comment:
You need to login to post a comment.