We have a table for which the change tracking feature is enable in the database. When we used the CHANGETABLE() method to fetch the list of records modified for that particular table, the result set displayed that SYS_CHANGE_CREATION_VERSION
column value is set to Null for some of the table rows but for rest of the rows the SYS_CHANGE_CREATION_VERSION column is set correctly with the change tracking version no..
Please advice in what scenario will the SYS_CHANGE_CREATION_VERSION is set to null!!Thanks in advance..