Write a SQL query to get position of ‘v’ in name ‘David’ from tblstudent
Introduction Write a SQL query to get position of 'v' in name 'David' from tblstudent. I have used Microsoft SQL server 2008 R2 for the following demo. tblstudent StudentId FirstName LastName Admission_fee Admission_date Branch 1 ...