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
rachayita jaiswal
NA
32
11.9k
insert query with select statement
Aug 24 2014 2:09 PM
Hi,
I have one table:
DId Description
1 desc1
2 desc2
I want insert Did in table2 based on description (means from front end I am inserting
desc1
but in database table it should insert
1)
second table :
EId DId Name
1 1 name1
2 2 name2
I am using query with insert select statement but not working.
so please help in query to get this result.
Thanks,
Reply
Answers (
2
)
GridView column value
How to integrate whole asp.net website with PHP?