Latest Activity
I need to rewrite one SQL Management Studio query into Denodo. Which Im using declare & set. This is me query: declare @datefrom as varchar(12); set @datefrom='2023-07-01'; declare @dateto as varchar(12); set @dateto='2023-07-31'; declare @entity...
I am attempting to set an SetValue(^EncodeSeq(@County_Input)); My issue is that the drop down has the county name and the time it was updated. I need to know how to be able to select the value based on just the first word ignoring the time updated. ...