15 May 2014

Inserting Column from One Table To Another in SQL

A former student asked me that simple question.

What's your easiest way to do it?

Mine?

Simple.

Example:

INSERT INTO EmployeeDetalye (Name)

SELECT Name FROM EmployeeDetails


What do you think?

No comments:

Post a Comment