In: Computer Science
How to display in SQL Server, for example, all the author First Names are FIVE LETTERS LONG if I have the Author Table.
I used the WHERE LENGTH ua_fname=5
This is not returning names with 5 letters. Can someone please suggest to me the correct one?