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
Abhilash J A
534
2.4k
597.2k
insert from select query in sql error
May 30 2016 4:56 AM
Hello sir,
How to solve this error?
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
insert into Channel_UniverseValues(Universe,Year,Channel_DetailsId) values ((select Universe from Tble_One where Universe is not null),'2015',
(select id from Channel_Details inner join Tble_One on Channel_Details.ChannelName = Tble_One.Channels))
Reply
Answers (
1
)
Joining two tables
What the problem in oda.Fill(ds);?