Thread
:
Dynamic Column amount query
View Single Post
#
2
(
permalink
)
02-29-2008, 07:51 AM
--CELKO--
Posts: n/a
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.
--CELKO--