Hello, I'm trying to remove the "BC" from sql dates but I'm not getting it.
I do the following:
SELECT CAST("regiaulaavul_dataInicio" AS date) FROM "RegistroAulaAvulsa"
And it turns out to return the date with a BC (Before Christ) in front. I would remove it to compare with the current date, which does not bring BC. Making comparisons between both returns incorrect result.
Thank you,
Lucas Kunze.