hi

i have a query in cf and want to run another very simple query on it and for 
some reason it is not getting the data that i know is in there:

first i am running this query (i am using query of query for these queries):

select qu_80_tb_89_split_0_split_T_Wt from mergedColumnsQuery where subjectID = 
446 and projectID = 36 and testOccasionID = 2 and 
qu_80_tb_89_split_0_split_T_Ht is null and qu_82_tb_89_split_0_split_T_Ht = 
147.0;

and it is returning a value that i know that is in there. 

but then when i run the following statement which is identical to the one above 
except a couple of changes in the where clause it doesnt produce any data 
although i have checked the data many times and it should definately return a 
result:

select qu_80_tb_89_split_0_split_T_Wt from mergedColumnsQuery where subjectID = 
447 and projectID = 36 and testOccasionID = 2 and 
qu_80_tb_89_split_0_split_T_Ht is null and qu_82_tb_89_split_0_split_T_Ht = 
142.2;

thanks for any suggestions

richard 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308762
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to