Hello,
I am trying to retrieve for a report all users and the date when they were created:
SELECT u_name, createdate FROM ousr
However, the second column "Creation Date - History" is always empty.
Can you please advise what could be the reason?