What will be the output of

Select STUFF('12345678ABC',1,Patindex('%[a|b|c|d]%',REVERSE(REVERSE('12345678ABC')))-1,'')?

 Posted by Rajnilari2015 on 11/16/2015 | Category: Sql Server Interview questions | Views: 1683 | Points: 40
Select from following answers:
  1. ABC
  2. 123
  3. BC
  4. ''
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response