Kbase P39630: Why does my query of ROWIDs in a given table return duplicat
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/08/2003 |
|
Status: Unverified
GOAL:
Why does my query of ROWIDs in a given table return duplicate ROWIDs?
FIX:
The most likely explanation is that the query is not formatting the string display for the ROWIDs. Make sure to format the ROWIDs string to display at least 12 characters. In this case, the ROWIDs is a hex value, so the format needs to be at least X(10) to get the unique values.