CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    Poland
    Posts
    278

    MySQL, What query to get special result ...

    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.
    Attached Images Attached Images

  2. #2
    Join Date
    Sep 2008
    Location
    Netherlands
    Posts
    865

    Re: MySQL, What query to get special result ...

    you know do "FROM tbl2 LEFT JOIN tbl1'. Try switching these 2 tables, thus: "FROM tbl1 LEFT JOIN tbl2"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured