ambujraj / AmbSQL

AmbSQL is a DBMS that is most EASY to operate on.
MIT License
24 stars 35 forks source link

Added sumvalue(<table_name>,<attribute>) function in AmbSQL #33

Closed aayanksinghai closed 4 years ago

aayanksinghai commented 4 years ago

The function returns the sum of any integer datatype attribute's record.

fix3