Hello,
Problem : a person may only appear ones on the same day in a query, how do you say that, can you do this with a sql statement ?
fieldperson fieldDate
Jan 2006/08/06
Jan 2006/08/06 -> warning, not possible
Can we solve this via distinct, can you distinct on a field or a composed fiels (name + familyname)
help, thanks.
Problem : a person may only appear ones on the same day in a query, how do you say that, can you do this with a sql statement ?
fieldperson fieldDate
Jan 2006/08/06
Jan 2006/08/06 -> warning, not possible
Can we solve this via distinct, can you distinct on a field or a composed fiels (name + familyname)
help, thanks.