بتاريخ: 10 يوليو 201213 سنة comment_226161 السلام عليكم لو سمحتم اريد انا احذف حرف من كلمه مثلا :اريد احذف حرف m من كلمه normalization وشكرااااا تقديم بلاغ
بتاريخ: 10 يوليو 201213 سنة comment_226162 replace( string1, string_to_replace, [ replacement_string ] )string1 is the string to replace a sequence of characters with another set of characters.string_to_replace is the string that will be searched for in string1. For Example: select replace('normalization','m','') from dual Return noralization تقديم بلاغ
بتاريخ: 12 يوليو 201213 سنة comment_226191 TRIM('M' FROM 'normalization') تم تعديل 12 يوليو 201213 سنة بواسطة mohamed.ramadan تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.