I am interested in running a query that will return ROW_COUNT() once the update query has been run.
Lhm.change_table :table_one do |m|
m.ddl("UPDATE table_one...")
end
One the above is run, is there a way to query for the row_count(to get no of records updated via lhm)?