View Single Post

   
  #3 (permalink)  
Old 02-29-2008, 01:32 PM
GM
 
Posts: n/a
Default Re: Unique ID added to a result set

David, thank you for the response. That is pretty slick and works for
my example however i did not specify that there is a chance that there
is no unique Fielld such as AU_ID that you can do comparison to do the
count.
what i'm trying to do is to come up programmatically in SQL with a
standard way to add a counter (Unique Integer Value) to a resultset
with any number of tables and rows.

Is there a way to achieve this in the absence of a unique value such as
aui_ID in your example?

Thanks again.

Gent

Reply With Quote