Is there an implementation of Tom Kyte's STRAGG function supporting SQL Server?
        Posted  
        
            by s_rajasekar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by s_rajasekar
        
        
        
        Published on 2009-08-10T13:22:40Z
        Indexed on 
            2010/04/02
            2:23 UTC
        
        
        Read the original article
        Hit count: 539
        
sql-server
|database
STRAGG function implemention returns a result as a single column value. Implementation for Oracle seems pretty generic and can be consumed for different tables (and relationships). Could similar behavior be achieved for SQL Server. A search in the web, appears to return only hard coded implementations and not a generic one. Do we have any known solution for Sql server?
© Stack Overflow or respective owner