Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to copy one fields data and put it in other field qu
Message
 
 
To
08/06/2005 14:25:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01021519
Message ID:
01021542
Views:
17
>Sorry Sergey, It is Memo and Charecter field.
>
>Want to copy data from memo field(Comments) to Charecter field(comm_text)

The following command will copy contens of Comments field to the comm_text field for each record in the table. Keep in mind that text will be truncated if it exceeds the size of comm_text field.
SELECT mytable
REPLACE ALL comm_text WITH Comments
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform