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

اين الحطأ

Featured Replies

بتاريخ:

اخوانبي الاعزاء اين الخطأ لو تكرمتم

declare
x1 date;
x2 date;
cursor c1 is select to_char(sysdate,x2,' day') from dual where to_char(sysdate,x2) between '1-jan-2010' and '31-dec-2010';
begin
--	open c1;
--	fetch c1 into x1;
for x1 in c1 loop
:BLOCK2.X1:= to_char(sysdate,' x2') ;
next_record;
end loop;
close c1;

end; 

بتاريخ:

السلام عليكم
اذا لم اكن مخطىء ربما كان هذا هو القصد:

set serveroutput on
declare
     type rec is record(
    x1 date,
    x2 varchar2(30):='dd.mm.yy'
   );

       myRec  rec;
cursor c1 is select to_date(sysdate,myRec.x2) from dual 
where to_date(sysdate,myRec.x2) between to_date('01.01-10',myRec.x2) 
and to_date('01-12-2010',myRec.x2);
begin
  open c1;
   fetch c1 into myRec.x1;
   dbms_output.put_line(to_date(myRec.x1,myRec.x2));  
   close c1;
end;


با التوفيق
دعواتكم لي با التوفيق وربنا يوفق الجميع

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

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

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

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.