On Fri, Jul 20, 2012 at 11:24 AM, Man-wai Chang <[email protected]> wrote:
> I agree as well. But ...
> you would not be able to add a custom column to the aggregate??? :)
-------------

I don't understand your "add", can you give a code example?   Below I
added 5 to my aggregate but I don't think that is what you mean.



SELECT
      [OBJECT_ID]
      ,sum([ATTR_NUMERIC_VALUE])  +5 as FunnyValue
  FROM [plm_LNProduction].[dbo].[RING_DOC_CLASSIFICATION_HISTORY]
  where ATTR_NAME ='320 Overflow Capacity USL'
  group by [OBJECT_ID]


-- 
Stephen Russell
Sr. Analyst
Ring Container Technology
Oakland TN

901.246-0159 cell

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cajidmykwe2q3j2o489xhqghzlhy8w8ylcnrhh3t2czcyffq...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to