Viewing 3 posts - 1 through 3 (of 3 total)
Phil,
=) sorry, thanks I will give it a shot.
Beyond new here in this, my buddy tossed me his MySQL book "The Language of SQL" and said read.
Thank you again... also...
January 25, 2015 at 7:32 am
Phil,
that looks like it would work for data you give to the statement itself.
I'm looking to go through close to 6 million records in leadsdb.leads
not manually do it
January 25, 2015 at 7:08 am
ET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for leads
-- ----------------------------
DROP TABLE IF EXISTS `leads`;
CREATE TABLE `leads` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`phone_number` varchar(255) DEFAULT NULL,
`first_name` varchar(255) DEFAULT...
January 25, 2015 at 6:56 am
Viewing 3 posts - 1 through 3 (of 3 total)