I run a small business and I am trying to pretend I know SQL2000. Any help would be appreciated.
I added a field RDI to an existing table MABIS CUSTOM in db SALESLOGIX. There are additional fields in MABIS CUSTOM. Therefore, when other fields are updated, the modify date changes. I need a unique modify date for field RDI (now name TF in the new table).
So, I created a new table named RDI with field name TF. I would now like to move a copy of the existing RDI field date (T, F data) and other required data from MABIS CUSTOM.RDI to RDI.TF.
I would like to leave the old data in the old table (MABIS CUSTOM). It causes me no problem to retain it.
I am unsure how to accomplish this. Summary. . .
Copy current data from MABIS CUSTOM including. . .
CONTACTID (string)
CREATEUSER (string)
CREATEDATE (date/time)
MODIFY USER (string)
MODIFY DATE (date/time)
RDI (string)
To RDI fields. . .
CONTACTID (string)
CREATEUSER (string)
CREATEDATE (date/time)
MODIFY USER (string)
MODIFY DATE (date/time)
TF (string) from MABIS CUSTOM.RDI
I added a field RDI to an existing table MABIS CUSTOM in db SALESLOGIX. There are additional fields in MABIS CUSTOM. Therefore, when other fields are updated, the modify date changes. I need a unique modify date for field RDI (now name TF in the new table).
So, I created a new table named RDI with field name TF. I would now like to move a copy of the existing RDI field date (T, F data) and other required data from MABIS CUSTOM.RDI to RDI.TF.
I would like to leave the old data in the old table (MABIS CUSTOM). It causes me no problem to retain it.
I am unsure how to accomplish this. Summary. . .
Copy current data from MABIS CUSTOM including. . .
CONTACTID (string)
CREATEUSER (string)
CREATEDATE (date/time)
MODIFY USER (string)
MODIFY DATE (date/time)
RDI (string)
To RDI fields. . .
CONTACTID (string)
CREATEUSER (string)
CREATEDATE (date/time)
MODIFY USER (string)
MODIFY DATE (date/time)
TF (string) from MABIS CUSTOM.RDI