180320
.htaccess
SetEnvIf GEOIP_COUNTRY_CODE RU AllowCountry
Deny from env=AllowCountry
.htaccess
SetEnvIf GEOIP_COUNTRY_CODE RU AllowCountry
Deny from env=AllowCountry
with s as(select '"select j.FIO \"Фамилия, Имя Отчество\", PERSON_ID \"ID человека\""' str from dual)
select str,
regexp_replace(str, '\\"[^\"]*\\"', '')
from s;