Benutzer:Andreas Plank/MySQL

Aus Offene Naturführer
Wechseln zu: Navigation, Suche
-- information
  USE `artenquiz`; -- database
  SHOW TABLES; -- all tables
  SHOW CREATE TABLE `TaxonQuiz`; -- including constraints
  SHOW INDEX FROM `table`;
-- REPLACE(str,from_str,to_str)
  SELECT REPLACE('www.mysql.com', 'w', 'Ww');
Quelle: Offene Naturführer, Das Wiki zu Bestimmungsfragen: Benutzer:Andreas Plank/MySQL (Zuletzt geändert:
Dieses Attribut ist ein Spezialattribut in diesem Wiki.
29 Oktober 2013 10:39:12). Abgerufen am 21. Dezember 2024, 19:59 von https://offene-naturfuehrer.de/web/Benutzer:Andreas_Plank/MySQL