Entwicklung

TBL DBVER Datenbankversionen

(Zurück) Datenbankstand Select * from dbver order by 1 desc; Oder Select * from vdbver;  Dopplungen select DBVER101, COUNT(1), MIN(DBVER001), MAX(DBVER001), ‚delete from DBVER where DBVER101 = “‘ || DBVER101 || “‘ AND DBVER001 != ‚ || MIN(DBVER001) || ‚;‘   from DBVER group by DBVER101 having COUNT(1) > 1 order by 1; Kontrolle auf „Vollständig“ select DBVER101, NACHFOLGER  from (select DBVER101, NACHFOLGER,ltrim(regexp_replace(DBVER101, ‚[^0-9]+‘, “), […]