I need to have order column with MySQL. And its need to write query to update this column. How can I write this query with JOOQ ?
update mytable cross join (select @rownumber := 0) rset Moneyorder = (@rownumber := @rownumber + 1)order by MoneyOrder asc http://stackoverflow.com/questions/10485769/mysql-update-a-column-with-an-int-based-on-order -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
