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

بتاريخ:

لعرض أسماء الموظفين و مرتباتهم لأصحاب أعلى خمس مرتبات فى الشركة

بتاريخ:

SELECT  EMP_NAME,SALARY 
FROM EMPLOYEES WHERE SALARY IN (SELECT SALARY FROM EMPLOYEES WHERE ROWNUM < 6 ORDER BY SALARY DESC) AND ROWNUM < 6;

بتاريخ:

شكرا الاخ oracle9ideveloper علي الكود
انا عملته في زر في الفورم بيلدر وعند الكومبيل يعطيني الاخطاء التالية
encountered the symbol order when expecting one of the following
encountered the symbol (
when expecting one of the following



encountered the symbol end

قمت بتعديل الكود للاتي
SELECT EMP_NAME,SALARY

FROM EMPLOYEES WHERE ROWNUM < 6 ORDER BY SALARY DESC
;
قاعطاني الخطا الاتي

identifier employees must be declared
ماهو المعرف لemployees؟
وارجو المساعدة في كيفية تصحيح هذه الاخطاء

شكرا

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

  • بعد 7 شهور...
بتاريخ:

SELECT ROWNUM "Rank" , ename, sal 
FROM (SELECT ename, sal
          FROM emp ORDER BY SAL  DESC) 
WHERE ROWNUM <= 5

بتاريخ:

معرف employees ؟؟
المـفـروض يكون employees هو اسم الجدول عندك
في الـSql*plus نفذ الأمر التالي:

Select * from tab;



راح يعطيك الجداول كلها الموجودة عندك .. ودور على employees
أعتقد أن الجدول المقصود هو ( emp )
وتأكد من أسماء الـAttributes

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

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

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

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

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

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.