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.

syntaktische Hilfe

Empfohlene Antworten

Veröffentlicht

Hallo

wie date ich up, ich habe eine Spalte, ihr Inhalt_FORMATsieht so aus zzzzzzzz

ziel ist die Spalte so zu bringen das ihre Inhalte so aussiehen zzzz.zz.zz

also wie schreibe ich nach der 4 und 6 stelle einen PUNKt

herzlichen Dank im Voraus

Hallo Dim

nein das ist kein Datumspalte, das ein character string. gibt es die Möglichkeit einfach einen Punkt nach dem 4 und 6 stelle zu integrieren.

ein Befehl, der sowas macht

nein das ist kein Datumspalte, das ein character string. gibt es die Möglichkeit einfach einen Punkt nach dem 4 und 6 stelle zu integrieren.

ein Befehl, der sowas macht

Ein Datum sollte immer auch in einem DATE Feld abgespeichert werden, dann hättest Du das Problem nicht.

Du kannst mit SUBSTR arbeiten, ist aber sicherlich nicht die optimalste Lösung:

SELECT substr(spalte,1,4)||'.'||substr(spalte,5,2)||'.'||substr(spalte,7,2) AS datum 

  FROM tabelle

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.