animeonegai2
New member
- Joined
- Jan 17, 2007
- Messages
- 3
- Programming Experience
- Beginner
can someone help me on getting the average result out from this sql statement? thanks!!
sql = "select AVG(Height * Length * Width) from Bar"
da = oledbdataadapter(sql, dbconnection)
dt = new datatable
da.fill(dt)
not sure if the above statement is correct or not
sql = "select AVG(Height * Length * Width) from Bar"
da = oledbdataadapter(sql, dbconnection)
dt = new datatable
da.fill(dt)
not sure if the above statement is correct or not