afortney
08-02-2001, 11:33 AM
I can get the following statement to work in SQL Server, but cannot get it to work on Access, please help
select isnull(stdev(myvalue2),0) as mystdev from tempstdev where myvalue2>0 and sessionvalue = '25768'
select isnull(stdev(myvalue2),0) as mystdev from tempstdev where myvalue2>0 and sessionvalue = '25768'