Hi
I have string variable . I want to get characters from 3 position left side.
Thanks
Hi
I have string variable . I want to get characters from 3 position left side.
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Dec 16, 2024, 5:30 PM
Hello Ramco,
As Rajeesh said you can do from SQL query or in crystal report for substring you can use Mid function,
Rajeesh MenothPosted Dec 16, 2024, 11:36 AM
You can use SUBSTRING(your_column, start_position, length) is used to extract a substring from your_column.
Ramco RamcoPosted Dec 16, 2024, 11:21 AM
Hi Jignesh
I want to extract from 3 position to next 3.
Thanks
Jignesh KumarPosted Dec 16, 2024, 10:02 AM
You can use Left function to achieve that,