|
1.5. The GROUP BY clause cannot refer to columns in the result by position (e.g. 1,2,..)
The GROUP BY clause in FoxPro can refer to columns by their position in a query result. ( Group By 1,3,5,...). Our function will replace this references with column expressions.
back
to features list
|