ambujraj / AmbSQL

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

Added Aggregate Function: counttable(<table_name>) #27

Closed aayanksinghai closed 4 years ago

aayanksinghai commented 4 years ago

counttable() function will return the number of rows/records exist in a table.

fix2