الانتقال إلى المحتوى
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.

Lما الخطأ فى هذا الكود؟

Featured Replies

بتاريخ:

declare
v_id number := 1;
v_name varchar2(30);
v_counter number := 0;
begin
loop
select country_name into v_name from wf_countries
where country_id = v_id ;
v_id := v_counter + 1;
exit when v_counter > 3;
end loop;
dbms_output.put_line (v_name);
end; 

بتاريخ:

this is the correct code

declare
v_name varchar2(30);
v_counter number := 1;
begin
loop
select country_name into v_name from wf_countries
where country_id = v_counter ;
dbms_output.put_line (v_name);
v_counter := v_counter + 1;
exit when v_counter > 3;
end loop;

end;



Best regards,

Eng. Saeed H. Keshk
System Analyst - Riyadh Municipality
Mobile KSA : (+966 54) 023-3171
Mobile EGYPT : (+2 012) 426-6883

بتاريخ:
  • كاتب الموضوع

شكرا

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

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

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

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

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

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.