Can any one help.
I have a table the table have data I want to insert data from another table plus the data of some field on the very same table where I want to insert data.
TTest1(10 field having data)
TTest 2(5 fields having data)
I want to Insert in TTest1 by selecting 4 fields from TTest2 the other field from TTest1 I want them to remain with the same data.
but I am inserting where TTest1.ID =something
Help guys
I have a table the table have data I want to insert data from another table plus the data of some field on the very same table where I want to insert data.
TTest1(10 field having data)
TTest 2(5 fields having data)
I want to Insert in TTest1 by selecting 4 fields from TTest2 the other field from TTest1 I want them to remain with the same data.
but I am inserting where TTest1.ID =something
Help guys
Comment