Posts
Sort by recent activity
Filtering database tables with same first two characters to compare
I have two SQL databases on the same server, and I only want to compare tables that start with t_ as the first two characters. How do I do that?