sql >> Database >  >> RDS >> Mysql

Gegevens kopiëren van de ene tabel naar de andere EN aanvullende gegevens toevoegen

 INSERT INTO TABLE1 (col 1, col2,..., the_extra_col) SELECT *, NULL from TABLE2

of

 INSERT INTO TABLE1 (col 1, col2,..., the_extra_col) SELECT *, the_default_date_here from TABLE2


  1. Back-up / herstel SQLlite-database naar map Google Drive-app

  2. PHP Fatale fout:Klasse 'PDO' niet gevonden

  3. Is mysql_real_escape_string voldoende voor anti-SQL-injectie?

  4. Hoe root-wachtwoord opnieuw in te stellen in MySQL 8.0