D
DS
A table within the data warehouse that I get my data from, contains a
field I need to use in "memo" data type. I need to use some of the
data from this table to make another local table.
Performing the make-table query is no problem. But when I go to use
the field, "Course Result", I get a bunch of gibberish. I know that by
changing the memo data type to text could cause truncation, but that is
not a problem in this case.
I know that I can manually go into the table that I create and change
the data type, but I need to be able to do it - if possible - during
the make-table process. Obviously, I cannot change the data type in
the data warehouse.
Is there a way that I can cause the memo data type to convert to text
when I perform the make-table query?
Any help is greatly appreciated!
Thanks!
field I need to use in "memo" data type. I need to use some of the
data from this table to make another local table.
Performing the make-table query is no problem. But when I go to use
the field, "Course Result", I get a bunch of gibberish. I know that by
changing the memo data type to text could cause truncation, but that is
not a problem in this case.
I know that I can manually go into the table that I create and change
the data type, but I need to be able to do it - if possible - during
the make-table process. Obviously, I cannot change the data type in
the data warehouse.
Is there a way that I can cause the memo data type to convert to text
when I perform the make-table query?
Any help is greatly appreciated!
Thanks!