Regular expressions in SQL compare command line
cristian.gozzi
Posts: 5
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
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
There are some examples in the help file but there is more information on how to use regular expressions on the web.
Try looking at:
http://www.regular-expressions.info/
http://www.amk.ca/python/howto/regex/
Regards,
Dan
Red Gate Software Ltd