Displaying 1 result from an estimated 1 matches for "submitted_by".
2006 Jan 18
3
I need superman!
...9;, ''bowman'');
-- --------------------------------------------------------
--
-- Table structure for table `parent`
--
CREATE TABLE `parent` (
`order_number` varchar(16) NOT NULL default '''',
`client_id` varchar(16) NOT NULL default '''',
`submitted_by` varchar(8) NOT NULL default '''',
PRIMARY KEY (`order_number`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `parent`
--
INSERT INTO `parent` VALUES (''2005121212121200'', ''45645465'', ''smith'');
--
Pos...