sql-metadata
sql-metadata copied to clipboard
How can I get the aggregation function?
How can I get the aggregation function? for example, select sum(columnA) from a , I want to get the aggregate function "sum()". Is there any function in this package can return this element? THX
Much needed feature