To be honest I understood the TIMESTAMP datatype only after reading this article
-
Recent Posts
Archives
Categories
To be honest I understood the TIMESTAMP datatype only after reading this article
-- To remove all spaces from a string
SELECT TRANSLATE('abc dda XbY a b c z','1 ','1') test
FROM dual;
TEST
-------------
abcddaXbYabcz
-- in the same manner to remove any abc from this string
SELECT TRANSLATE('abcddafghabcp','1abc ','1') test
FROM dual;
TEST
------
ddfghp
-- Also to replace any abc with xyz
SELECT TRANSLATE('abcddafghabcp','1abc ','1xyz') test
FROM dual;
TEST
-------------
xyzddxfghxyzp
نعم للتعديلات الدستورية والحمد لله عن كل اقتناع بسبب العظيم المفكر المستشار طارق البشري
ارجو الرجوع الي مقالته في جريد الشروق
http://shorouknews.com/Columns/Column.aspx?id=410778
وايضا الاستاذ فهمي هويدي ومقالته في نفس اليوم