الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Procedure

Featured Replies

بتاريخ:

create or replace procedure count_space(x1 varchar2)
is 
x number(5);
y varchar2(1);
z number(20);
n number(10);
begin
select length(x1) into z from dual;
x:= 0; 
n :=1;
for i in 1..z loop
select substr(x1,n,1) into y from dual;
if y = ' ' then x := x+1; end if;
n:= n+1;
end loop;
dbms_output.put_line(x);
end count_space;



وللتنتفيذ مثلا :

exec  count_space('the first day in the work is the beast one');


والنتيجه

9

تم تعديل بواسطة أحمد السيد احمد

بتاريخ:

مشكور يا احمد
مع تمنياتنا جميعا لك بمزيد من التقدم والنجاح
ميجا

  • بعد 2 أسابيع...
بتاريخ:

مشكووووووووووووور ياأحمد السيد جزاك الله خير

بتاريخ:

السلام عليكم
------------------

مشكور اخى احمد

و هناك هذه الطريقة ايضا


SELECT   LENGTH ('Ellcome Every Body in Arab Oracle Group')
   - LENGTH (REPLACE ('Ellcome Every Body in Arab Oracle Group', ' ', '')) Space_count
 FROM DUAL

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.