Hi friends,
table-1
-------
id--name--value
-------------
1--'Test'--'Test'
2--'Testing'--'Testing'
table-2
-------
id--name--value
---------------
1--'no'--'no'
2--'yes'--'yes' -- Want to update this row as per the values from the table-1 for the id =2 from table-1
How can i do this?
Thanks,
Scarlet
table-1
-------
id--name--value
-------------
1--'Test'--'Test'
2--'Testing'--'Testing'
table-2
-------
id--name--value
---------------
1--'no'--'no'
2--'yes'--'yes' -- Want to update this row as per the values from the table-1 for the id =2 from table-1
How can i do this?
Thanks,
Scarlet
Comment