Re: get some rows into one column



There are a lot of good reasons so many experienced SQL programmers
are warning you about this.

Why do you wish to destroy First Normal Form (1NF) with a concatenated
list structure? Normal forms are the foundation of RDBMS, after
all.

Why are you formatting data in the back end? The basic principle of a
tiered architecture is that display is done in the front end and never
in the back end. This is a more basic programming principle than just
SQL and RDBMS.

Get a reporting tool so you can do a sort for your lists and lay them
out on paper or a screen in a way that a human being can read them.
The kludges that have been posted are unpredictable, unsupported and
some are highly proprietary.



.



Relevant Pages

  • Re: Crosstab duplicate values and concatenate??
    ... this table is not an order history table. ... Normal forms are the foundation of RDBMS, ... This is a more basic programming principle than just ...
    (microsoft.public.sqlserver.programming)
  • Re: Is there a way to do this without cursors?
    ... Why do you wish to destroy First Normal Form with a concatenated ... Normal forms are the foundation of RDBMS, ... This is a more basic programming principle than just ...
    (microsoft.public.sqlserver.programming)
  • Re: Crosstab duplicate values and concatenate??
    ... Why do you wish to destroy First Normal Form with a concatenated ... Normal forms are the foundation of RDBMS, ... This is a more basic programming principle than just ...
    (microsoft.public.sqlserver.programming)
  • Re: Make a comma delimited list
    ... Why do you wish to destroy First Normal Form with a concatenated ... Normal forms are the foundation of RDBMS, ... This is a more basic programming principle than just ...
    (microsoft.public.sqlserver.programming)
  • Re: Make a comma delimited list
    ... Normal forms are the foundation of RDBMS, ... Why are you formatting data in the back end? ... This is a more basic programming principle than just ...
    (microsoft.public.sqlserver.programming)