I have a file with many raw sql queries, that uses text substitution i.e
select * from table1 where date_col between '%%from_date%%' and '%%to_date%%'
these %
I have a file with many raw sql queries, that uses text substitution i.e
select * from table1 where date_col between '%%from_date%%' and '%%to_date%%'
these %