|
-
Dec 10th, 2001, 11:30 AM
#4
Thread Starter
Frenzied Member
Originally posted by JoshT
Maybe you could use CAST or CONVERT to change the data to varchar in the SQL query:
Code:
SELECT CAST(NumericData AS varchar) FROM Table1
But varchar can only hold 8,000 charicters correct? It is possible that some of the fields will have more than that.
Thanks,
Michael
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|