Forum Replies Created

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

  • RE: Combining triggers

    Thank you very much Jason , I have tried it and its worked.

  • RE: Filegroup error

    Thank you very much John

  • RE: Simple Query Help

    hai dt,

        here is the query for your first case,

       select s2.name,s2.city

       from sales s1,sales s2

       where s1.name='Jones'

       and s1.city=s2.city

        try it..

     regards,

     Biju.

      

     

     

     

     

     

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