programing

MariaDB/MySQL : SQLite3에서 Attach DATABASE와 유사한 명령이 있습니까?

telebox 2023. 6. 16. 21:40
반응형

MariaDB/MySQL : SQLite3에서 Attach DATABASE와 유사한 명령이 있습니까?

MariaDB/MySQL에 대한 SQLite3의 Attach DATABATE와 유사한 명령이나 대안이 있습니까?

감사해요.

의도가 무엇입니까?

데이터베이스 간 쿼리를 수행하려면 테이블 이름에 데이터베이스 이름과 점을 추가하면 됩니다.예:

SELECT * FROM db_name.table_name WHERE id = 1

언급URL : https://stackoverflow.com/questions/18913476/mariadb-mysql-is-there-a-command-similar-to-attach-database-from-sqlite3

반응형