What will be the output of

Select Patindex('%[0-9]%',REVERSE(REVERSE(NEWID())))

 Posted by Rajnilari2015 on 1/24/2016 | Category: Sql Server Interview questions | Views: 2026 | Points: 40
Select from following answers:
  1. Gets the first position of the numeric characters in the NEWID() after applying the double REVERSE function
  2. Gets the first position of the non-numeric characters in the NEWID() after applying the double REVERSE function
  3. Gets the first position of the numeric characters in the NEWID() after applying the first REVERSE function
  4. Gets the first position of the non-numeric characters in the NEWID() after applying the first REVERSE function
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response