Hello,
I can not find query to get result which is described in enclosed PDF file.
Please take a look at this file ....
Is there any trick to get the result ?
thank you in advance.
Printable View
Hello,
I can not find query to get result which is described in enclosed PDF file.
Please take a look at this file ....
Is there any trick to get the result ?
thank you in advance.
you know do "FROM tbl2 LEFT JOIN tbl1'. Try switching these 2 tables, thus: "FROM tbl1 LEFT JOIN tbl2"