Hi all I want to make this sql instruction from openlink odbc :
select vend_code,count(*) as howmany from customer group by vend_code
the as does not work, It also does not work from the progress procedure editor.
This is a normal ansi-SQL statement ... What could be wrong ?
Thanks
NEA
select vend_code,count(*) as howmany from customer group by vend_code
the as does not work, It also does not work from the progress procedure editor.
This is a normal ansi-SQL statement ... What could be wrong ?
Thanks
NEA