Viewing 5 posts - 1 through 5 (of 5 total)
Nothing like that i have used what u said like only..creating temporary table and using joins only..Thanks for ur help...I just want to know whether its possible or not..But i...
February 6, 2012 at 10:23 am
No i don't want to use joins at all..I just want to know whether its possible to combine?
February 4, 2012 at 12:03 am
I'm not getting anything from that..can u explain it?
February 4, 2012 at 12:02 am
I'm not getting anything from that..can u explain it?
February 3, 2012 at 11:59 pm
create table t1(marks int)
create table t2(comments varchar(10))
insert into t1 values(100)
insert into t1 values(200)
insert into t2 values('d')
insert into t2 values('i')
I have created two tables t1 and t2.i have different two columns...
February 2, 2012 at 1:02 am
Viewing 5 posts - 1 through 5 (of 5 total)