anaghaphadke Posted March 28, 2011 Share Posted March 28, 2011 Hello All,I have a Address field, I want to bifurcate this filed in two three fields because of length problem.E.g - 1112/3 Raja Ram Apt Udhav Nagar Near Mahadev School Pune 411000 MaharashtraI have two three fields likeAddress 1,Address 2, Address 3how should I bifurcate this in these address fieldsSo I use substring but data is not bifurcating as I expectedData is showing like this Address 1 - substring(e.address,1,30) - 1112/3 Raja Ram Apt Udhav NagaAddress 2 - substring(e.address,31,30) - r Near Mahadev School Pune 411Address 3 - substring(e.address,61,30) -000 MaharashtraAddress 4 - substring(e.address,91,30)Address 5 - substring(e.address,121,30)Have to show like thisAddress 1 - substring(e.address,1,30) - 1112/3 Raja Ram Apt Udhav NagarAddress 2 - substring(e.address,31,30) - Near Mahadev School Pune 411000Address 3 - substring(e.address,61,30) - MaharashtraAddress 4 - substring(e.address,91,30)Address 5 - substring(e.address,121,30) Address should be bifurcate selecting 30 character after spacePlease give me solution on urgent basisThanks & Regards, -Anagha Link to comment Share on other sites More sharing options...
anaghaphadke Posted March 31, 2011 Author Share Posted March 31, 2011 Please give me solutionThanks & Regards, -Anagha Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now