Informatics Practices

Which function(s) can be used for extracting a substrings ?

SQL Queries

3 Likes

Answer

The SUBSTRING()/SUBSTR() and MID() functions can be used for extracting a substrings.

Answered By

1 Like


Related Questions