Viewing 15 posts - 1 through 15 (of 28 total)
Try this
SELECT
EMPLOYEE,
MIN(EFECT_DATE) AS EFECT_DATE,
MAX(END_DATE) AS END_DATE,
JOB_CODE
FROM TABLE
GROUP BY EMPLOYEE,JOB_CODE
HAVING JOB_CODE ='T009'
November 5, 2012 at 4:59 pm
Sorry to confuse you, I trew that extra order that have only 3 items and were completed.
As you see the last column ORDER_STATUS, that is the column I need help...
November 30, 2011 at 9:59 am
Just another column 'ORDER_STATUS' = 'PARTIAL'
ITEM_STATUS ORDER_NUMBER UNIT_NUMBER ORDER_STATUS
50 ...
November 30, 2011 at 9:27 am
Would you please provide an example - for the variable?
Thanks
August 9, 2011 at 3:51 pm
Yes,
The total size is 46 characters, divided by
1-17 acct # right justified,
18-27 left justified, 0 filled,
etc..etc,to 46 , I have managed that piece -
SELECT...
August 9, 2011 at 2:53 pm
It worked,
There was a trigger, follow your suggestion, ran code again and "YES!" it worked..
Thanks a lot..
August 25, 2010 at 9:41 am
it worked, it was under maintenance, you would think it would be under install.. Anyway...
Thanks !!! a lot
April 27, 2010 at 6:05 pm
Viewing 15 posts - 1 through 15 (of 28 total)