I have multiple records that start with “She” like “shepherd”, “shell”, “shelf”… I want to return records that has “she” with
SELECT records FROM MYTABLE WHERE records = 'She'
However this returns all data mentioned above… how can I return just “she’ without the rest of the data?
If you want to get the records where the word beings with “She” the query should be: