View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 07:51 AM
--CELKO--
 
Posts: n/a
Default Re: Dynamic Column amount query

In SQL, a table has a known number of columns. What you are trying to
do is destroy First Normal Form (1NF). In a tiered architecture, such
fomatting is done in the front end and not the database.

Reply With Quote