Viewing 2 posts - 16 through 17 (of 17 total)
table F has
key varchar(12)
x1 int, x2 int, x3 int, x4 int
Sample Data
key x1 x2 x3 x4
1 12 1 2 null
2 1 2 null null
12 2 null null null
14 null null null null
Table D...
August 19, 2005 at 8:35 am
#583547
i am trying to avoid this approach since each table has about 500 columns ,, there gotta be some more automated way of doing this?
February 13, 2004 at 1:56 pm
#494061