I got a lot of SQL from the production environment and want to verify that the syntax is correct. For example:
select a.f1,a.f2,b.f1,b.f2 from a join b on a.f