I'm looking to filter a query by dates. The date (my_dt) within the table I'm pulling from is in the format yyyyMMdd but as type numeric and length of 8. So, what I'm trying to do is filter where my_dt is between a date that is x days ago from today an...
Answers:
1
Hello, I have created a query in SAS that passes through Denodo via odbc connection (uses VQL syntax). My input date (effdate) is numeric with a length of 8 and looks like 20180815. I have tried numerous ways of converting it to a date. No matter what...
Answers:
3
Hello, Here is my issue. I am working in Alteryx, pulling a table from Denodo. I'm looking to convert some odd date values to the equivalent format of Current_Date(). Like 2018-07-31 00:00:00. The date values I'm looking to convert are like such. 9101...
Answers:
4
Hello, I’m looking to convert some odd date values to the equivalent format of Current_Date(). Like 2018-07-31 00:00:00. The date values I’m looking to convert are like such. 910101 is an example of the date value. This is equivalent to Jan 1, 1991. B...
Answers:
1
in Oracle we would use select (end_date - start_date) from dual Update - it looks like the getdaysbetween(date1, date2) function may work for me
Answers:
2
Hello, I am new to Denodo and because I have a strong background in SQL I have been using my SQL skills by creating base views off a query. When I get to the next step of creating my derived view witha a date parameter I continue to receive the followi...
Answers:
1
I have a table in Sql server with a column of date datatype. For this instance : Create table table_name ( dob date ) ; I have created base view on top of this table. But in base view, datatype of dob as text datatype in denodo which is not expected...
Answers:
1
I am getting the wrong value in the result-set when when querying a Date value. The incoming data type listed in the Base View is "date" (the Base view matches the data source tables exactly). I use the MIN function in a grop-by query: select MIN(<...
Answers:
1
I have specified a custom i18n and am trying to apply this to an extractor btu so far have been unsuccessful. I have tried the following. Setting the i18n on the base view Setting the i18n on the final view Specifying the i18n during the query in the...
Answers:
1
when i load the date field in denodo it shows like 'wed dec 17 00:00:00 IST 1980' but i have given only 'yyyy-MM-dd' in database. How to display date with format 'yyyy-MM-dd' in date datatype only as when i am using formatdate() function it changes the...
Answers:
1