الانتقال إلى المحتوى
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 لعمل Update لايميل الموظفين على ان يتم عمل الموظفين1- 100بايميل معين وليكن@hotmailوالباقى@yahoo

Featured Replies

بتاريخ:

اريدعمل procedure لعمل update لايميل الموظفين على ان يتم عمل الموظفين1- 100بايميل معين وليكن@hotmailوالباقى@yahoo

بتاريخ:

update emp set email=(
case 
when empno<=100 then  
empname||'@hotmail.com'
when empno>100 then 
empname||'@yahoo.com'
end
);

تم تعديل بواسطة ORA-2008

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

اولا شكرا جزيلا لاهتمامك ولردك الجميل
واريد ان اسال هل من الممكن ان استبدل case بif

بتاريخ:

السلام عليكم اخي العزيز

update emp set email=
( 
if empno<=100 then 
empname||'@hotmail.com'
else
empname||'@yahoo.com'
end
);



رب اغفر لي و لوالدي و للمؤمنين يوم يقوم الحساب


اللهم ارزقنا حسن الخاتمة

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

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

شكرا جزيلا للاخ yasriraq

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

من فضلكم الكود لا يعمل

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

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

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

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

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

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.