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
Powershell, get-qadcompter
Ruby script failing: (NoMethodError)
How to map external ip to internal subnet on a Cisco ASA
namespace question
Design issue - not enough room on screen.Subforms/Pop ups/Tabs
VMware, vSphere Virtual Machine and Disk Errors "invalid disk type 7" and "cannot detect guest operating system type"
Cannot boot into Windows 7 partition (Blinking cursor) after using Acronis Disk Director resize
Remove Webroot Spy Sweeper 3.1
How to ensure only one user at a time uses the MS access application?
Searching inside PHP files