Hi,
We can also use the SQL script below to filter the data from AllUserData table. Please note use "0x", not "ox".
SELECT
*
FROM
AllUserData
WHERE
tp_IsCurrentVersion = CONVERT(bit,1)
AND
tp_CalculatedVersion = 0
AND
tp_DeleteTransactionId = 0x
Please see the OOB database view UserData in content database.

Best Regards,
Dennis
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com