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

item trigger

Featured Replies

بتاريخ:

لدي في الفورم item لتاريخ الميلاد ويجب ان يكون الادخال تاريخ العمر فيه بين 24 - 70 سنة عملت تريجر لذلك لكنه لم يعمل.كيف اعمل ذلك
declare
msg number
if bitrh_date.yyyy between 1935 and 1979
else
msg=raise alert("gdf

end if
end

بتاريخ:

جرب الكود دى وان شاء الله يشتغل معاك
ولا تنسانا من الدعاء,

DECLARE
x number;
BEGIN
select round(trunc(months_between(sysdate,:bitrh_date))/12) into x from dual;
if(x<24 or x>70) then
message('Please enter a valid birthdate');
message('Please enter a valid birthdate');
raise form_trigger_failure;
end if;
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.