chetanb3 Starting Member
India 49 Posts
singularity Posting Yak Master
149 Posts
select max(c1) as c1, max(c2) as c2, max(c3) as c3, max(c4) as c4 from yourtable
quote:Originally posted by singularity select max(c1) as c1, max(c2) as c2, max(c3) as c3, max(c4) as c4 from yourtable
madhivanan Premature Yak Congratulator
India 22460 Posts
visakh16 Very Important crosS Applying yaK Herder
India 47060 Posts
quote:Originally posted by chetanb3quote:Originally posted by singularity select max(c1) as c1, max(c2) as c2, max(c3) as c3, max(c4) as c4 from yourtable thanks..