Update tabellex where wert1 < 10 mit wert1 + 1
UPDATE
tabelle_X SET
spalte_A=
spalte A+ 1 WHERE
spalte A < 10;
hast Du schon versucht?
Update tabellex where wert1 < 10 mit wert1 + 1
UPDATE
tabelle_X SET
spalte_A=
spalte A+ 1 WHERE
spalte A < 10;
hast Du schon versucht?