Help--About SQL.

gus

New Member
Hi, Thanks in advance!

How can I draft a statment like the following sql with progress.

select count(item1), sum(item2)
from table_test
group by item3.

I mean how to use progress to realize the same function as sql.

Gus, Zhang
 
Back
Top