Dear all,
I wanted to calculate the volume (of an egg) out of length and the width (measured) according to the following formula volume= (((1/6)* pi* Length* width^2)/1000)
But I don’t get the Sql-script working. First of all this PI() function is not working, second it seems like also the divisions are not really working.
I tried as well in Access as in Sqlite (Manager). But both are not working.
Hereunder what it should look like
UPDATE tableA
SET Volume=(((1/6)* pi* Length* width^2)/1000);
But also easier things like Volume= pi() or Volume = (1/2)Length are not working
So wondering if anybody here could help me out thanks a lot.
Brecht
I wanted to calculate the volume (of an egg) out of length and the width (measured) according to the following formula volume= (((1/6)* pi* Length* width^2)/1000)
But I don’t get the Sql-script working. First of all this PI() function is not working, second it seems like also the divisions are not really working.
I tried as well in Access as in Sqlite (Manager). But both are not working.
Hereunder what it should look like
UPDATE tableA
SET Volume=(((1/6)* pi* Length* width^2)/1000);
But also easier things like Volume= pi() or Volume = (1/2)Length are not working
So wondering if anybody here could help me out thanks a lot.
Brecht