gets.to_i.times do |i| q = '' q += 'DROP table point;' if i == 0 q += "select '0' as '';" puts q end