sql >> データベース >  >> Database Tools >> phpMyAdmin

自動インクリメントとして主キーを使用してテキストファイルをテーブルにインポートする方法

    テーブルのフィールドを並べ替える必要のない別の方法(自動インクリメントフィールドが最初の列であると想定)は次のとおりです。

    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.
    

    これで、元のファイルの各行の前に空の列が含まれるファイルが作成されます。このファイルは、phpMyAdminを介してインポートすると、次に関連する自動インクリメント値に変換されます。



    1. 値が小さい前のレコードに時間がかかりすぎて失敗した場合にのみ、レコードを選択します

    2. シェル経由でCentOS7にphpMyAdminをインストールできません

    3. phpMyAdmin-エラー:リレーショナル機能が無効になっています

    4. データベースの選択に失敗しました。 phpmyAdminの不明なデータベースエラー