Microsoft
Software
Hardware
Network
Question : Oracle SQL: why this regular expression doesn't work?
Hi Experts:
I am using the following statement to test regular expression.
select case when regexp_like('a','[0-9]*') then 1 else 0 end from dual;
I am expecting it to return 0, but it returns 1. I just want to find two regular expressions, one helps me to detect integers and one helps me to detect decimal numbers (like 32.56). What shall they be?
Thank you.
Answer : Oracle SQL: why this regular expression doesn't work?
I tried FEC (FastEtherChannel) and it seems to be working.
What is the difference between FEC and LACP?
Random Solutions
Are there font conflicts with Snow Leopard and applications built using File Maker Pro?
Migration of SQL Server 2008 database to oracle
Do I need to Install ACT on every server before installing Act Network sync?
How to avoid zero(s) in front of number(s) disappears in array
Raid 1 Hard drive failed PowerEdge 1850
Remote Web Workplace Setup
ORA-06502 error when calling stored procedure from Visual Basic 6
Should you dismount exchange database before exhange updates?
how can i find all ILO boards on a network
How can I convert a custom control that calls User32 and Shell32 to work on Mono?