BarryG79
02-26-2008, 09:18 AM
Hi,
I have a parent and child table. The child table has a column which contains the related primary key value from the parent. Some rows in the parent have no related child rows, while some have multiple child rows.
I which to list all the rows in the parent, plus an additional row which states if this row has a child or not, via true and false values.
How might I do this?
Thanks,
Barry.
I have a parent and child table. The child table has a column which contains the related primary key value from the parent. Some rows in the parent have no related child rows, while some have multiple child rows.
I which to list all the rows in the parent, plus an additional row which states if this row has a child or not, via true and false values.
How might I do this?
Thanks,
Barry.