More SQL options
-
Please let us do calculations in the sql query like so:
Select data1, data2(data1/data2) AS ‘Total’ FROM database;It would build a table with 3 columns
Data1 Data2 and Total – Total would show a value of Data1 divided by Data 2 in the above example.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘More SQL options’ is closed to new replies.