Good afternoon. Tell me how knowing the first and last character in a substring, pull out its value. I try this, but after for does not work.
SELECT SUBSTRING (STRG from (position ('№' IN STRG) +1) for (position ('от',STRG))) FROM NAME
Good afternoon. Tell me how knowing the first and last character in a substring, pull out its value. I try this, but after for does not work.
SELECT SUBSTRING (STRG from (position ('№' IN STRG) +1) for (position ('от',STRG))) FROM NAME
Source: https://ru.stackoverflow.com/questions/546220/
All Articles