friends i need to get the maximum value from a query which is composed with a join
example
select max ( select data from tableA
union all
select data from tableB )
if i will use the query like this it casts error
is possible to do that anyway?
Thanks for your helping