ニュース

The "toDate()" FHIRPath functions returns null when trying to convert a string representing a dateTime. Given that calling toDate on a dateTime works be truncating the date, I would have expected that ...
For example, you have the following query: ```sql SELECT mydate FROM dbo.myTable WHERE mydate >= convert (char, dateadd (year,-1,cast ( ? as datetime))) ``` > [!NOTE] > This issue only occurs if you ...