I've faced some critical issue when using SQL complete with a medium SQL script.
Script contains a bunch of similar lines (approx 300 lines), like:
Code: Select all
select 1, "TheName", 1234
union all select 2, "TheOtherName", 1234
union all select 3, "TheThirdName", 1234
...