C
|
cgphp 8/16/2012 |
A LEFT JOIN should you get what you want. You have to join the master and detail table in the Query tab: SELECT *, |
M
|
macskafogo author 8/17/2012 |
A LEFT JOIN should you get what you want. You have to join the master and detail table in the Query tab: SELECT *,
|