Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

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.

PL/SQL Select

Empfohlene Antworten

Veröffentlicht

bin erst seit kurzem bei PL/SQL Weiterbildung dabei und habe folgendes Prob:

soll ein select schreiben wo man die angestellten angezeigt bekommen soll die zwischen dem 20.februar.1998 und dem 01.mai.1998 eingestellt worden sind.....die lösung ist bestimmt ganz simpel.....komm aber halt nicht drauf

untes aufgeführtes select funktioniert nicht..wer kann mit dem richtigen syntax helfen?????

select last_name,job_id, hire_date

from employees

where hire_date between '20-feb-1998' and '01-may-1998'

order by hire_date asc ;

hat leider auch nicht gefunzt...trotzdem danke

FEHLER in Zeile 3:

ORA-00936: Ausdruck fehlt

MFG

widder66

bin nach einigem testen selbst draufgekommen...muss lauten:

select last_name,job_id, hire_date

from employees

where hire_date between '20.02.1998' and '01.05.1998'

order by hire_date asc ;

dann klappt auch...

:upps

Hi,

verwende bei Datumsangaben immer to_date. Damit gibst Du expliziet an, in welchem Format dein Datum angegeben ist.

Ansonsten hängt das rein von den Ländereinstellungen deines Clients ab und die ist individuell einstellbar und somit nicht sicher kontrollierbar.

Dim

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

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.