Well once again I need some one to come to my rescue.
I have the following SQL statement that I need to change.
select trim(ITMID) item_id,QTY
from ycsdtatst1.dcsilm
where majloc = '8'
This pulls a information in to a column in a crystal report. I need to pull an extra column that will pull information in to a column for majloc 5. I need them to be two seperate columns.
Thanks for any help you can offer
Clay
I have the following SQL statement that I need to change.
select trim(ITMID) item_id,QTY
from ycsdtatst1.dcsilm
where majloc = '8'
This pulls a information in to a column in a crystal report. I need to pull an extra column that will pull information in to a column for majloc 5. I need them to be two seperate columns.
Thanks for any help you can offer
Clay