SQL compare regular expressions
cristian.gozzi
Posts: 5
Can i have some suggestion about regular expression use in SQL compare command line?
I need to compare all tables having a name starting with t.
I've tried to use
<include objecttype="Table"/>
<include objecttype="Table" matches="^m"/>
in the XML configuration file, but the execution gives me an empty list of tables.
Thank you
I need to compare all tables having a name starting with t.
I've tried to use
<include objecttype="Table"/>
<include objecttype="Table" matches="^m"/>
in the XML configuration file, but the execution gives me an empty list of tables.
Thank you
This discussion has been closed.
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