Reputation: 109
How to fetch column value at the time of inserting into MySQL DB using sequel. Tried below query getting type error: no implicit conversion to integer.
DB[:table].import([:x, :y], [[1, 2]], [:return=>:primary_key]).
Upvotes: 0
Views: 145