Forum Replies Created

Viewing 2 posts - 16 through 17 (of 17 total)

  • RE: creating a view

    Create view LProva as

    (

    Select distinct c.[cust.id], a.sms, b.email from

    (Select [cust.id], [cust.contactemail]  sms from Prova where [cust.contacttype] = 'sms' ) a,

    (Select [cust.id], [cust.contactemail] email from Prova where [cust.contacttype] = 'email'...

  • RE: Do not update data

    Hi Arthur!

    What dou you think about this one?

    If Telephone is null or PHONET is not null

    Begin

     Update TELEMATCHOUT

     Set Telephone = AreacodeT+PhoneT

    End

     

     

Viewing 2 posts - 16 through 17 (of 17 total)