How to use union in ssp ?

How to use union in ssp ?

RekaReka Posts: 21Questions: 6Answers: 0

select trackingnumber,userid from table1 where userid='xxx' and billno='YYY' UNION select trackingnumber,userid from table2 where userid='xxx' and billno='YYY'

How to use Union query in ssp

Answers

  • RekaReka Posts: 21Questions: 6Answers: 0

    How to use Union query in Server-side processing? If possible or not?

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    If you search the forum for "union" you will find answers.

This discussion has been closed.