Re: Double conversion error

2004-12-15 Thread Berry, Brett C
Hello, The create table statement is as follows: CREATE TABLE `call` ( `call_id` int(10) unsigned NOT NULL auto_increment, `init_lband` int(10) unsigned NOT NULL default '0', `chan_assign_sec` tinyint(3) unsigned default NULL, `adn_time_sec` tinyint(3) unsigned default NULL, `setup` cha

Double conversion error

2004-12-13 Thread Berry, Brett C
Title: Double conversion error I have a query where I perform an update "where (CALL_ID = 2.37000e+002);" This query updates nothing, even though my "CALL_ID" column has an id of "237". If I change the end of this query to read: "where (CALL_ID = 237);", then the row with "CAL