Options

Regular expressions in SQL compare command line

cristian.gozzicristian.gozzi Posts: 5
edited October 24, 2005 1:11PM in SQL Toolkit Previous Versions
What is the correct syntax for regular expression in SQL compare command line.
I'm trying to comare all tables having name starting with t
In the XML configuration file i wrote:
<include objecttype="Table" matches="^t" />

But it doesn't work and give me an empty list of tables.

Thank you

Comments

Sign In or Register to comment.