In many situations, you need to get a part of a string. Again, you could do this in your web server code or you can use the SUBSTRING function in your SQL stored procedures. For instance, you might want to get the first initial of a user’s first name.
↧