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.

SQL Datensätze filtern.

Empfohlene Antworten

Veröffentlicht

Und wieder eine SQL-Frage.

Ich habe eine Tabelle. In der stehen eine Auftragsnummer und hinter dem Auftrag eine eMail-Nummer für die eMail-Anzahl die der Kunde bekommen hat.

Also z.B. so:

--------------------------------------

| Auftragsnummer | eMail-Nummer |

--------------------------------------

| 121777 | 1 |

---------------------------------------

| 982117 | 1 |

---------------------------------------

| 121777 | 2 |

---------------------------------------

| 121777 | 3 |

---------------------------------------

| 982117 | 2 |

---------------------------------------

| 323147 | 1 |

---------------------------------------

Wie muss ich jetzt Abfragen, damit er mir die Auftragsnummer und die eMail-Nummer mit ausgibt, wobei er immer nur die höchste eMail-Nummer nehmen soll.

Also als Ergebnis:

121777 3

982117 2

323147 1

Hab das probiert mit

SELECT DISTINCT `auftragsnummer` , `emailnummer`

FROM `dsl_data`

ORDER BY `emailnummer`

aber dann kommen halt alle, wie in der Tabelle oben.

Vielen Dank für eure Hilfe.

ahhh, MAX-Funktion. Wie doof bin ich eigentlich. natürlich. AAAAHHHH! :D

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.