Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all
How to use in SQL query in tOracleInput statements like this?
"
select
...
REGEXP_COUNT(p.num,'[А-Яа-я]|[;]|(\,\ \ )|(\ \,)|(\w\ \w)|(\w\,\w)') field1,
REGEXP_COUNT(p.num,'([a-zA-Z0-9.\_\-])+[\@]+([a-zA-Z0-9.\_\-]){0,61}+[\.]+[a-zA-Z]{2,6}') field2,
....
"
When I build job I got error Invalid escape sequence (valid ones are \b \t \n \f \r \" \' \\ )
replace all '\' on '\' doesn't help
I've done this replace, don't help
Thank yoy, I really missed one