Viewing 8 posts - 1 through 8 (of 8 total)
Hi,
See this article..
http://www.sqlservercentral.com/columnists/ccubley/findinganddeletingduplicatedata.asp
Cheerz
K.Senthil Kumar
August 13, 2004 at 12:28 am
Hi All,
This is my questions. Pl. ignore the previous one.
These are the records I've in my table.
I need to return top 3 countries (rank) by Sales.
Record Date Country Sales
1 ...
June 29, 2004 at 11:58 pm
Ok. My Table Structure is :
Product Code
Part#
Replacement Date
Replacement Qty
I Result should be
Product Code Part# Month(Replacement Date) Qty
CL001 5001 Jan'04 10
CL001 5002 Jan'04 12
CL001 5001 Feb'04 25
CL001 5002 Feb'04 26
Note: In the table the 'Replacement Date' has 'dd/mm/yyyy' format
thx
Senthil
June 21, 2004 at 3:02 am
Hi,
See this article.
http://www.sqlservercentral.com/columnists/ccubley/findinganddeletingduplicatedata.asp
good Luck,
K.Senthil Kumar
June 17, 2004 at 8:58 pm
Thank you guys, for your help.
Cheerz,
K.Senthil Kumar
June 16, 2004 at 8:58 pm
Hi Beulah Kingsly,
Thx for immediate reply. But dbo.fnGetRemarks function will return only 200 charaters only rgt? I can't give fixed length return value.
Coz, I'm having so many records. Then try to change the...
June 16, 2004 at 1:43 am
Hi
Use DATEDIFF function.
SELECT * from Employee
from employee
where
DATEDIFF(Hour, Begin_Work , End_Work) >= 1
June 11, 2004 at 2:58 am
Viewing 8 posts - 1 through 8 (of 8 total)