TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Karan Thakkar
1.5k
204
90k
Update data from one table to another table?
Jan 19 2019 1:26 AM
I have two table both the tables are having same columns.
In first table I have Mobiile_No column where there is no null value inside column.
But in second table Mobile_No column has few null values. like some users Mobile no is not their, but its there in first table.
what should be the query to update
Mobile_No
column from table one to table two.
assuming that join should be EmployeeId
Reply
Answers (
3
)
How to I avoid duplicate insertion of data in database?
how to create paramterised sql function?