Do you know if you can do a RETURNING clause on a Table Method $insert() ? Table method insert looks like this: myRow.$insert() On $select() you CAN put a WHERE clause in the parenthesis, so can you put a RETURNING clause on $insert() ?