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
returnfmt.Errorf("invalid table name format: %s", table)
118
+
}
119
+
dbName, tableName:=parts[0], parts[1]
120
+
115
121
query:=fmt.Sprintf("SELECT create_table_query FROM system.tables WHERE database='%s' AND name='%s' SETTINGS display_secrets_in_show_and_select=1 FORMAT TabSeparated", dbName, tableName)
0 commit comments