# Functions
ParseFilterConditions will return all filter condition (WHERE and HAVING) in sql Query in a list of string.
ParseJoinConditions will return all join condition (ON and USING) in sql Query in a list of string where each of it is a join condition string.