in reply to Re: regular expression to get the tablename.column_namein thread regular expression to get the tablename.column_name
Operator precedence
a && b=c || d === (a && b) = (c || d) a and b=c or d === (a and (b=c)) or d [download]