Welcome to Sign in | Help

Re: select problem

  •  04-01-2008, 2:54 PM

    Re: select problem

    SELECT a.nume,a.prenume, ISNULL(b.ore,0) AS ore, ISNULL(b.carti ,0) AS carti
    FROM vestitori a
    LEFT JOIN raport b ON b.id_vestitor=a.id AND luna=2
View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems