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

Nested Cursor

Featured Replies

بتاريخ:

السلام عليكم

هذا الكود عباره كيرسران متداخلان

الكيرسور الخارجي يحضر اسماء الدوائر

والداخلي يحضر اسماء الموظفين في كل دائره

الفكره استخدام الكيرسر المتداخل

ارجو من الله ان يستفيد من الفكره اخواني المبتدئين

declarex varchar2(1000);


begin
for rec_1 in (select department_id,department_name from hr.departments)
loop
DBMS_OUTPUT.PUT_LINE( rec_1.department_name );
dBMS_OUTPUT.PUT_LINE( '------------------------------ ');
for rec_2 in(select * from employees
where employees.department_id=rec_1.department_id) loop
x:=x||' '||rec_2.first_name||' '||rec_2.last_name||chr(13)||chr(10);


end loop;
DBMS_OUTPUT.PUT_LINE( x );
x:='';


dBMS_OUTPUT.PUT_LINE( '------------------------------ ');
end loop;


end;

nested_cursor.txt

بتاريخ:

الأخ :  rateb must

جزاك الله خير على هذه المشاركات لنشر المعلومة ولتعم الفائدة للجميع

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

العفو اخت ميسم 

من الاعمال التي يدوم اجرها حتى بعد الموت علم ينتفع به

حتى لو كانت المعلومه بسيطه

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

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

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

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

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

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.