Hello Experts,
I have a requirement where i have to replace ' / ' with a ' \ ' in all the variants of a system
I have written a program which gives me a list of reports and the variants in the entire system.
Now the variants contain a whole set of records such as
" 12/3/2014"
"31/1/2014"
"23/1/2012"
"/contact"
"21/4/2011"
"/address"
Now i have to write a sql query so that only "/contact" and "address " are read and the ones in the date format are ignored.
Please reply as soon as possible .
Thanks