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
OS X 10.6.4 and Flash Player Issues
DOS Batch Turnkey system for Win95
Configuration Status error on TMG 2010 Enterprise
What is the best GUI for MySQLfor Windows and why?
VFP 6 - Simple Grid on Form and run reports
RHEL command to do an LS and have the result stop until you hit the space bar
How to redirect a subdirectory to an alternate server and retain original URL
How to create bootable DVD from downloaded Windows Server EXE
VPN Disconnects
Delete blank line from textarea