Viewing 15 posts - 1 through 15 (of 22 total)
Hi Friend,
thanks for your support.
but i already got this output..
using the below simple single query..
select * from Xml_Export listing for xml auto ,elements ,ROOT('Listings')
but i need above result with...
November 11, 2013 at 12:48 pm
With out using Sub Queries is it possible to get the required output
Try This One...
SELECT D.FileId, D.filetype, COUNT(*)
FROM #Tab1 D
GROUP BY D.FILEID, D.FILETYPE
UNION ALL
SELECT max(FileId), 'txt', 0
FROM #Tab1
Order...
May 24, 2013 at 11:34 pm
After executing the above query i am getting the count like number of txt files and number of pdf files
group by fileid.
What i want is for any fileid if the...
May 24, 2013 at 7:12 am
Thank You Friend ...
Thank you so much...
Tc..
Thanks & Regards,
Saravanan.D
May 1, 2013 at 1:30 pm
but stili i having a doubt ..
how to show the fist Record of the EmpID
Thanks & Regards,
Saravanan.D
April 29, 2013 at 1:03 pm
hi Friends..
i got the Result ...
Select EmpID,EmpName,Department,max(Age),MAX(salary) from
EmployeeDet
group by EmpID,EmpName,Department
Thanks for Your valuable Guidance
Regards,
Saravanan.D
April 29, 2013 at 12:58 pm
you pls show the First Record of the EmpID
April 29, 2013 at 12:21 pm
what Ever You Take its ur wish...
thats not a problem...
you take it first record of the EmpID....
April 29, 2013 at 12:08 pm
Thank you sir...
Thank you so much....
Take Care...
Regards,
K.D.Saravanan
April 14, 2013 at 11:58 am
wow fantastic work Mr.Tavis Reddick...
thank for ur support...
I Need to Speak About this Result to My Team Lead..
Here After We Decide to if it is a Source XML File is...
January 18, 2013 at 11:20 pm
Hi Dave Ballantyne,
You Asked Me...
Hi,
you seem to be missing some very important data here.
your xml shows that "Brenda Smith" is a child of "Alexander Tuckings", but why ?
What data specifies...
December 31, 2012 at 3:18 am
Hi Sunil ,
The Required Heirarchy is,
[ CEO ]
1 -> President QA
->-> VP QA
...
December 30, 2012 at 10:54 am
Any One Please Help me...
please take it as Challenges...
Regards,
Saravanan.D
December 28, 2012 at 5:23 am
Any One Please Help me...
please take it as Challenges...
Regards,
Saravanan.D
December 13, 2012 at 9:26 pm
Any One Please Help me...
please take it as Challenges...
Regards,
Saravanan.D
December 11, 2012 at 10:08 pm
Viewing 15 posts - 1 through 15 (of 22 total)