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.
ソフトウェアのアップグレード中に、postgresql のデータベースを sqlite3 に変換したい
別の解決策は、sqlquery を準備することです。
SELECT 'INSERT INTO tbl_name VALUES(' || v1 || ',' || v2 || ')' FROM tbl_name ORDER BY v1 --if is autoincrement
あとはコピペしてお楽しみください