Microsoft
Software
Hardware
Network
Question : union issue in SQL 2k
when you have more than 2 unions in a statement, there is a restriction of how many columns can be included in the query. is this issue addressed by microsoft and what is the reason for this?
Answer : union issue in SQL 2k
Select Customer ,TrsNo ,TrsDate ,Qty
FROM (
Select Customer ,TrsNo ,TrsDate ,Qty,
rn = row_number() over (partition by Customer order by TrsDate ASC)
from tbl
) SQ
Where rn=1
Random Solutions
No mobile internet in BlackBerry Desktop Manager
VBA Save Excel Workbook without the save prompt
SQL Server Identity Column Leading Zeros
Special Characters in C#
Word 2007 Adding Mysterious Line on Save to Images
Help on creating on simple chart
how would you code for cc email in oracle pl/sql
penetration testing
MSSQL need to add output field to an advanced query
Cisco 3750 switch not communicating with new HP procurve 2510g