Ajay Mavatkar

Ajay Mavatkar

  • NA
  • 68
  • 11.5k

Removing single quotes for numeric value in string

Apr 19 2017 7:38 AM
How to remove single quotes for numeric value in string(only for numerics, for alphabets it should not remove).
 
for eg.
 
(Last Name Between '200','200' AND (Zipcode = '0' AND Last Name Between 'test1','test2')) 
 
In a above eg. need to remove single quotes for 200 & 0 and not for test1 and test2.
 
 

Answers (1)