Forum OpenACS Q&A: Re: Retrieve object_id of System Owner?

Collapse
Posted by Brad Duell on
This would just be the min(person_id) > 0, would it not?

select min(person_id) from persons where person_id>0;