|
|
-
deepthi Commented 3 Years ago through Ask
<p>Thank you. Restricting the rows that are NULL did the trick.</p>...
|
-
deepthi Commented 3 Years ago through Ask
<div id="codeSnippetWrapper">
<pre style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size:...
|
-
deepthi Commented 3 Years ago through Blogs
I am using FOR XML EXPLICIT...
|
-
deepthi Commented 3 Years ago through Blogs
I am using FOR XML EXPLICIT...
|
-
deepthi Posted 3 Years ago through Ask
For the the query mentioned below, NameC is not declared as an element.So even if NameC is NULL the tag will be displayed. Can anyone please suggest me how to get rid of the tag when the value is NULL? Thanks is Advance.SELECT 1 AS Tag, NULL AS P...
|
-
deepthi Question Asked 3 Years ago through ASK
<pre style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;" id="code...
|
ask
98
·
2% ·
538
|
|
-
deepthi Commented 3 Years ago through Blogs
A very useful article. Thank you.
I just have a small question . I am new to back end stuff so it might be a simple issue. Here we are not defining NameC as an element. So even if ValueC is NULL, NameC tag will be displayed. Can you please help me how...
|
-
deepthi Commented 3 Years ago through Blogs
A very useful article. Thank you.
I just have a small question . I am new to back end stuff so it might be a simple issue. Here we are not defining NameC as an element. So even if ValueC is NULL, NameC tag will be displayed. Can you please help me how...
|