Hi there
This seemed the closest to a Sybase forum I can find - and it's probably basic SQL anyway...
Suppose there is a table and the WHERE clause finds 10 records in the row Employee_ID
1
1
1
4
1
1
4
1
1
1
and I want to return the number of employees (in this case 2) how would I do this? It's probably so straightforward I'll kick myself, but at the moment.....
This seemed the closest to a Sybase forum I can find - and it's probably basic SQL anyway...
Suppose there is a table and the WHERE clause finds 10 records in the row Employee_ID
1
1
1
4
1
1
4
1
1
1
and I want to return the number of employees (in this case 2) how would I do this? It's probably so straightforward I'll kick myself, but at the moment.....
Comment