Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テーブル名と列名が異なる古いデータベースから新しいデータベースにデータを転送する必要があります。DOSコマンドまたはその他のソリューションで実行できますか? 1 つは POSTGRESQL で、古いものは MYSQL です。
私の懸念は、テーブル名と列名が異なり、列番号が同じであることです。ありがとうございました
postgresqlの部分はわかりませんが、SQLサーバーの場合、sqlcmd.exe列名付きまたは列名なしでデータをテキスト形式でエクスポートするために使用できます
sqlcmd.exe
チェックしてください
http://msdn.microsoft.com/en-us/library/ms162773.aspx