I need an sql script to manage progress when thing are constantly changing.
Below is a layout of the tmp_susf table and count of the records by date.
Inside of this table are records from each day--some leaving and
new ones added. Does anyone have an idea as to how to show progress or a lack of progress by user_id or t_num?
SQL> desc tmp_susf
Name Null? Type
----------------------------------------- -------- ------------
EDATE DATE
USERID_2 VARCHAR2(8)
B_C VARCHAR2(2)
B_AO VARCHAR2(2)
B_NUM VARCHAR2(6)
T_C VARCHAR2(2)
AO VARCHAR2(4)
T_NUM VARCHAR2(12)
EDATE COUNT(*)
--------- ----------
03-NOV-06 9029
07-NOV-06 8510
09-NOV-06 8976
14-NOV-06 9273
15-NOV-06 8810
16-NOV-06 9336
21-NOV-06 8180
22-NOV-06 8421
27-NOV-06 8619
28-NOV-06 8420
29-NOV-06 8403
Below is a layout of the tmp_susf table and count of the records by date.
Inside of this table are records from each day--some leaving and
new ones added. Does anyone have an idea as to how to show progress or a lack of progress by user_id or t_num?
SQL> desc tmp_susf
Name Null? Type
----------------------------------------- -------- ------------
EDATE DATE
USERID_2 VARCHAR2(8)
B_C VARCHAR2(2)
B_AO VARCHAR2(2)
B_NUM VARCHAR2(6)
T_C VARCHAR2(2)
AO VARCHAR2(4)
T_NUM VARCHAR2(12)
EDATE COUNT(*)
--------- ----------
03-NOV-06 9029
07-NOV-06 8510
09-NOV-06 8976
14-NOV-06 9273
15-NOV-06 8810
16-NOV-06 9336
21-NOV-06 8180
22-NOV-06 8421
27-NOV-06 8619
28-NOV-06 8420
29-NOV-06 8403