hi,
I have a field named as course.
in that course field i have the values like this :
course
1. AM110
2. AM1100
3. CY101
4. CY1010
first ,i want to pick only 5 digit course :
my output should be :
1. AM110
2. CY101
please help me out...its so urgent.i try using substring but its waste.thanks in advance
I have a field named as course.
in that course field i have the values like this :
course
1. AM110
2. AM1100
3. CY101
4. CY1010
first ,i want to pick only 5 digit course :
my output should be :
1. AM110
2. CY101
please help me out...its so urgent.i try using substring but its waste.thanks in advance
Comment