Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: VIEW returns

    Instead right click on the "Views" Folder and select "New View", You'll be provided with a GUI to create the query.

  • RE: DELETE using INNER JOIN

    Check this..

    delete PE

    from #prodextend as PE

    where exists (SELECT 1 FROM #product PT

    INNER JOIN #manu_clients MC

    ON PT.client = MC.clientcode

    WHERE PE.Din = PT.Din and PE.Pkgsize=PT.pkgsize )

Viewing 2 posts - 1 through 2 (of 2 total)