How to select a column insert into an existing column from another table in sql?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by marc_s, casperOne♦ Oct 23 '12 at 12:18
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
you may try this
|
|||
|
|
|
Query is mysql
|
|||
|
|
|
First of all the schema of both the columns should be the same, i.e. if the column from which you are trying to copy the values contain DateTime values, the target column too should accept DateTime values. Then the answer would simply be:
|
|||||
|
|