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
Operation Must Use an Updateable Query
Restarting a WPF application to apply updates
SQL Reporting Services - OnPrint event
Intel VT vs. AMD-V for Hyper-V
get latest file in the directory in unix
Exchange 2003 - new Server - still routing through old smtp virtual server
permissions changed after moving folder from one server to another
cisco softphone registration
Installing Exchange 2003 Enterprise, what switches do I need to use with dcdiag?
How to draw a cardioid in Opengl?