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.

Empfohlene Antworten

Veröffentlicht

Hi,

wie bekomme ich dieses Updatequery zum laufen:

update table1 set (NAME) = ('Blah & Muh') where NR = 1644;

ohne das er & als Eingabeauforderung erkennt und vom mir einen Wert für Muh haben will???

Tool SQLPLUS

DB Oracle 9.2

nein leider nicht. sqlplus will bei der zeile jedes mal einen wert von mir für muh:

SQLPLUS:> Geben Sie einen Wert für Muh ein:

Leider falsch geraten. das war auch meine erste idee ;-)

Probiers mal so...weiß aber auch net genau, ob das so geht:

update table1 set NAME = "Blah '&' Muh" where NR = 1644;

Gruß Sonic83

Nein das tuts auch nicht. Ich habe es aber mittlerweile rausgefunden. Der Trick ist das Zeichen zu deaktivieren. Das funktioniert unter SQLPLUS mit dem Befehl:

SET DEFINE OFF

Trotzdem thnx für die Antworten :cool:

  • 6 Jahre später...

Damit sollte es gehen ;-)

update table1 set NAME = 'Blah &'||' Muh' where NR = 1644;

Ah cool, ich wusste gar nicht mehr das ich hier noch einen Account habe :-)

Aber das Thema ist mittlerweile (nach 7 Jahren) gelöst :-D

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.