drop table mytable
create table mytable (col1 int)
select * from HugeTable
select * from badstringtable where col1='badstring'