Viewing 3 posts - 1 through 3 (of 3 total)
Hai
Incoming Is the Decimal type field. This field have any type of values in decimal.
September 16, 2010 at 5:55 am
Thanks for for your reply.
I want the first 5 most Frequently Dialed numbers with the userid of called extension in the column.
ie 301 had mostly called to 302 -6 time,303-5...
June 4, 2010 at 3:20 am
Hello,
Here i add code for the sample data .
CREATE TABLE [dbo].[TestingReportTableORG](
[Id] [bigint] IDENTITY(1,1) NOT NULL,
[DepartmentId] [bigint] NULL,
[ParentId] [bigint] NULL,
[WorkPlace] [varchar](255) NULL,
[decimal](18, 2) NULL,
[Mobile] [decimal](18, 2) NULL,
[Free] [decimal](18, 2) NULL,
[IDD]...
January 21, 2010 at 10:46 pm
Viewing 3 posts - 1 through 3 (of 3 total)