Discussions
Activity
Best Of...
Sign In
How to implement this SQL Script into LINQ Query?
yahoo_pangilinan
February 2017
SELECT (SELECT columnA FROM (SELECT columnA as A, columnB as B, ROW_NUMBER() OVER (ORDER BY columnA DESC) as count FROM tableA WHERE columnA = 'Name') x WHERE x.count = 1) as Answer1
0
Sign In
or
Register
to comment.
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Quick Links
Recent Discussions
Activity
Best Of...
Powered by Vanilla