sql >> Database >  >> Database Tools >> phpMyAdmin

Hoe een tekstbestand naar een tabel te importeren met de primaire sleutel als auto-increment

Een andere methode die ik gebruik en waarbij het niet nodig is de velden van een tabel opnieuw te ordenen (ervan uitgaande dat het veld voor automatisch ophogen de eerste kolom is), is als volgt:

1) Open/import the text file in Excel (or a similar program).

2) Insert a column before the first column. 

3) Set the first cell in this new column with a zero or some other placeholder.

4) Close the file (keeping it in its original text/tab/csv/etc. format).

5) Open the file in a text editor.

6) Delete the placeholder value you entered into the first cell.

7) Close and save the file.

Nu heb je een bestand met elke rij van je originele bestand, voorafgegaan door een lege kolom, die bij het importeren via phpMyAdmin wordt omgezet in de volgende relevante auto-increment-waarde.



  1. Fout #1046 - Geen database geselecteerd SQL-import op XAMPP

  2. Hoe maak je een extensie voor SQL Server Management Studio 17 in C# in VS2017?

  3. phpMyAdmin trigger-gui die leeftijd controleert

  4. session_start():Kan opslagmodule niet initialiseren:memcache (pad:/var/lib/php5) in /usr/share/phpmyadmin/libraries/session.inc.php op regel 81