You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request:
A new DBMerge table engine, which can run the Merge engine across databases, using a regex for database name matching. For instance: Merge('^Web', '^WatchLog')would return results from all tables that matched '^WatchLog' in all databases that matched '^Web'. An additional column database_name would identify the database where the table data came from.
The text was updated successfully, but these errors were encountered:
Feature request:
A new DBMerge table engine, which can run the Merge engine across databases, using a regex for database name matching. For instance:
Merge('^Web', '^WatchLog')
would return results from all tables that matched'^WatchLog'
in all databases that matched'^Web'
. An additional columndatabase_name
would identify the database where the table data came from.The text was updated successfully, but these errors were encountered: