anneoctaaf
Programmer
I'm using a select as the data source of a datawindow. Now i need all the fields that are NOT empty, but i don't want any doubles:
select distinct(field)
from table
where field <> ""
PB has a problem with distinct, what is de correct function in PB?
Thanx
select distinct(field)
from table
where field <> ""
PB has a problem with distinct, what is de correct function in PB?
Thanx