I would like to update thousand of Rows with its specific value
Suppose i have a table XYZ and ABC
XYZ contains Code,Name,RegDa te And ABC also Contains the same
but the Value of RegDate of XYZ is Different than that of ABC..
i want to update XYZ's RegDate Value From the value of RegDate of table ABC
at once...
update XYZ set RegDate=
Suppose i have a table XYZ and ABC
XYZ contains Code,Name,RegDa te And ABC also Contains the same
but the Value of RegDate of XYZ is Different than that of ABC..
i want to update XYZ's RegDate Value From the value of RegDate of table ABC
at once...
update XYZ set RegDate=
Comment