I have a text field whose length is more than 8000. I need to do some manipulation with this field but since varchar can only hold upto 8000 how do I parse this text field into chunks of varchar 8000
It would probably be easier to make this field "text" instead of "varchar". A "text" field is variable length can hold over 2 trillion charcters.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.