Copy table from a Db to another

Hi! I want to copy, not move, one table from database “A” to database “B”. How can I do that?

Hello @redans,
Welcome! You can use a continuous query and select your data and. use the Into clause to copy it to another database.

Thanks for your answer! It’s was useful!