Subject | How to make Count sql for Child Dataset including Links Value |
---|---|
Author | kamen_lai |
Post date | 2002-04-25T03:53:35Z |
How to simply make a count sql which including master field values
Like
Master do table have field dono values'123'
detail do_det table have sql
select * from do_det
and masterlinks define 'do_det.dono=do.dono'
and return sql 'select count(*) from do_det where do_det.dono = '123''
thanks a lot
Like
Master do table have field dono values'123'
detail do_det table have sql
select * from do_det
and masterlinks define 'do_det.dono=do.dono'
and return sql 'select count(*) from do_det where do_det.dono = '123''
thanks a lot