How can we help you today? How can we help you today?
si_he
No problem, sorted it myself. Changed this: <columns>table_name:col1, col2, col3, ...</columns> To this: <columns>table_name$:col1, col2, col3, ...</columns> Forgot that $ signifies the end in a regular expression. Thanks / comments
No problem, sorted it myself. Changed this: <columns>table_name:col1, col2, col3, ...</columns> To this: <columns>table_name$:col1, col2, col3, ...</columns> Forgot that $ signifies the end in a re...
0 votes