Arel::Visitors::ToSql
# File lib/arel/visitors/ibm_db.rb, line 6 def visit_Arel_Nodes_Limit o, a "FETCH FIRST #{visit o.expr, a} ROWS ONLY" end