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
Ani
169
11.2k
34.6k
Checking a xml node value in sql
May 26 2017 8:20 AM
Hi,
I have a table named Sales, there is a column as xmldata. xmldata is as below
<data>
<product>
<area>
<pincode>110001</pincode>
<state>delhi</state>
<country>india</country>
</area>
</product>
</data>
<data>
<product>
<area>
<pincode>411004</pincode>
<state>pune</state>
<country></country>
</area>
</product>
</data>
in some records country is missing. please provide an sql query to check whether country is null or not
Reply
Answers (
3
)
i want salaries of 2 tables
Looking for Business Logic to Handle the Sql Query in proj