# | Date | Forum | Type | Thread | Post |
---|---|---|---|---|---|
3 | 25 Aug 2016 @ 04:17 PDT | General | Reply | interview help | siddarthy8@gmail.com mrsuryatej@gmail.com can you please forward the document. Thanks |
2 | 25 Aug 2016 @ 09:38 PDT | Database | Reply | Best way to generate the Sequential numbers : CSUM or IDENTITY columns? | Also do use ASC or DESC with the ORDER BY ;) |
1 | 24 Aug 2016 @ 02:02 PDT | Database | Reply | Best way to generate the Sequential numbers : CSUM or IDENTITY columns? | sriteradata88, Use the below query. SELECT start_date , SUM(amt) OVER (ORDER BY start_date &nbs... |