I should add that the two results do have different Created values:<br><span style="font-family: courier new,monospace;"></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">+-------+----------+----------+---------------------+---------------------+</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">| id    | ObjectId | Content  | LastUpdated         | Created             |</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">+-------+----------+----------+---------------------+---------------------+</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">| 24363 |    80487 | Email    | 2009-02-25 13:23:16 | 2009-02-23 14:20:58 | </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">| 24544 |    80487 | Hardware | 2009-02-25 13:23:16 | 2009-02-25 13:23:16 | </span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">+-------+----------+----------+---------------------+---------------------+</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">2 rows in set (0.00 sec)</span><br>
<br><br><br><div class="gmail_quote">On Wed, Mar 4, 2009 at 12:06 AM, Stephen Cochran <span dir="ltr"><<a href="mailto:stephen.a.cochran.lists@cahir.net">stephen.a.cochran.lists@cahir.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Any idea why I'd be seeing the following in the ObjectCustomFieldValues table:<br><br><span style="font-family: courier new,monospace;">mysql> select id, CustomField, ObjectType, ObjectId, Content, LastUpdated from ObjectCustomFieldValues where Objectid = 80487 and CustomField = 5;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">+-------+-------------+------------+----------+----------+---------------------+</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">| id    | CustomField | ObjectType | ObjectId | Content  | LastUpdated         |</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">+-------+-------------+------------+----------+----------+---------------------+</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">| 24363 |           5 | RT::Ticket |    80487 | Email    | 2009-02-25 13:23:16 | </span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">| 24544 |           5 | RT::Ticket |    80487 | Hardware | 2009-02-25 13:23:16 | </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">+-------+-------------+------------+----------+----------+---------------------+</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">2 rows in set (0.00 sec)</span><br><br>Two rows being inserted at exactly the same time with different Contents?<br><br>FWIW, came across this while pulling out TimeTaken info from the Transactions table and mapping it to a Category custom field. Was getting duplicates that it took me a while to track down.<br>

</blockquote></div><br>