Author |
Topic |
sqldba2k6
Posting Yak Master
176 Posts |
Posted - 2007-05-13 : 15:30:55
|
Please ignore my earlier post...Please help me in designing the tables...I used to get flat files which i need to import into a tables..The flat files data which contains.....FlatFiledata:------------100,1,xx,yy,,20030101100,2,20030101100,3,01,20030101Below are the tables which i design please correct me..Table1ForRow1--------------col Identity,col1,100col2,1col3,xxcol4,yycol5,,,col6,20030101Table1ForRow2-------------col Identity,col1,100col2,2col3,20030101Table1ForRow3------------col Identity,col1,100col2,3col3,01col4,20030101When i queried then I want the output: 100,1,xx,yy,20030101,2,3,01 |
|
sqldba2k6
Posting Yak Master
176 Posts |
Posted - 2007-05-13 : 15:37:55
|
Please help me in designing the tables...I used to get flat files which i need to import into a tables..The flat files data which contains.....FlatFiledata:------------100,1,xx,yy,,20030101100,2,20030101100,3,01,20030101Below are the tables which i design please correct me..Table1ForRow1--------------col Identity,col1,100col2,1col3,xxcol4,yycol5,,,col6,20030101Table2ForRow2-------------col Identity,col1,100col2,2col3,20030101Table3ForRow3------------col Identity,col1,100col2,3col3,01col4,20030101When i queried then I want the output: 100,1,xx,yy,20030101,2,3,01 |
 |
|
|
|
|