Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-01-04 : 14:51:37
|
Chi writes "before we had an ORDER table in Access. We get the information from our web site. In this table we have fields: customerID, fname, lname, product(product customer want to order), qty, ... I just built a SQL server(7.0). when I import ORDER table from Access into SQL and I also want to break up this table into two new table: CUSTOMERS and ORDERS relate by customerID
CUSTOMERS table: customerID fname lname ....
ORDERS table: OrderID(there're not in Access ORDER table) product qty customerID
is it impossible to do this? can you show any code to do this. I read some of your article, you just talk about horizontal partition. I didn't find any articles table about my problem. Thank you so much. I'm just the beginer using SQL." |
|
|
|
|
|