Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

oracle regex

0
votes
0 answers
41 views

How to extract pattern from a table in Oracle 11g

I want to extract text from a column using regular expressions in Oracle 11g. I have 2 queries that do the job but I'm looking for a (cleaner/nicer)…
asked June 22, 2011 10:54 am CDT
Martin08
0
votes
1 answers
39 views

Need help with Oracle DB Developer Regular Expression Query.

When I let this Query run in my Oracle SQL Developer 1.5.3 select COLUMNNAME , REPLACE( COLUMNNAME, 'BEFORESTRING', 'AFTERSTRING' ) as COLUMNNAME…
asked June 3, 2011 8:11 am CDT
Stephan Kristyn
1
vote
4 answers
36 views

How to remove text following a dash in oracle?

I was looking at replace('ABC-DEF', '-') and regexp_replace('ABC-DEF', '-$') to help me remove all characters after a dash but I haven't been able…
asked June 1, 2011 8:58 am CDT
user560785
2
votes
2 answers
33 views

In Oracle, how do I select rows which contain a character within a certain numeric range?

Hi I have a table in Oracle with a VARCHAR column called DESCRIPTION. Some of the rows contain non-printable characters such as the character with…
asked May 13, 2011 8:27 am CDT
benhsu
0
votes
2 answers
34 views

Oracle - column to all combination rows

I have an oracle table with a varchar(100) column, and I need separate rows based on the strings combinations inside that column. The string…
asked May 11, 2011 8:41 am CDT
MaLo
1
vote
3 answers
49 views

Oracle : Alternative of REGEXP_LIKE function in Oracle 8i

I have a SQL that uses REGEXP_LIKE function in the where clause, now i need the equivalent of that function which will run in Oracle 8i. The regex…
asked May 10, 2011 10:38 pm CDT
sprenna
1
vote
4 answers
45 views

Oracle compound Check constraint..

Say I want to allow in a table column only strings that begin with a numeral and should not contain '$' in it. How would a check constraint on this…
asked April 3, 2011 12:48 am CDT
John
0
votes
2 answers
56 views

Oracle sql query to return rows that matches a column value having not a digit.

Guys , I am using the following oracle sql query to list down the rows for a column that has values other than digits. select * from…
asked March 11, 2011 6:33 am CST
Suresh S
2
votes
3 answers
198 views

Oracle query to count occurances all non alphanumeric characters in a string?

What would be the best way to count occurrences of all non alphanumeric characters that appear in a string in a Oracle database column. When…
asked January 28, 2011 11:44 am CST
Moz
1
vote
1 answer
74 views

Can i make a select group by query giving a regexp_substr?

I have a column named data_column, it has some value like "123123,12,123123". I want to count rows grouped by the second one. But when i run select…
asked January 27, 2011 5:36 am CST
huseyinalb
2
votes
1 answer
78 views

Regex to match test<not ABC>test

Hi, I'm using Oracle regural expressions and I want to match some string, then something different to another string and then another string. For…
asked January 10, 2011 3:24 pm CST
caraca
0
votes
1 answer
114 views

Oracle Regular Expressions using Wildcards

Would using the wildcard regular expression in a REGEXP_LIKE be less performant than not including the condition clause at all. For example, I want…
asked January 6, 2011 3:47 pm CST
onejigtwojig
0
votes
1 answer
31 views

Need help with REGEXP_REPLACE

hey regex guru's I have a data column that contains a substring similar to this: 'This is a string with ID=123 contained inside' i need to replace…
asked January 5, 2011 4:30 pm CST
Randy
13

oracle regex

Tagged: oracle + regex
Related Tags
php × 1423
javascript × 860
c# × 713
java × 621
python × 464
perl × 344
ruby × 283
string × 230
.net × 226
jquery × 225
html × 174
preg-replace × 165
preg-match × 153
asp.net × 142
replace × 124
parsing × 124
validation × 110
sed × 108
url × 106
mysql × 103
.htaccess × 102
mod-rewrite × 101
bash × 92
grep × 92
c++ × 69
match × 68