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.
MariaDB/MySQL または代替の SQLite3 の ATTACH DATABASE に似たコマンドはありますか?
ありがとうございました
意図は何ですか?
クロスデータベースのクエリを実行する場合は、テーブル名にデータベース名とドットを追加するだけです。例:
SELECT * FROM db_name.table_name WHERE id = 1