Quantcast
Channel: SCN: Message List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 8968

Re: Sorting date in HANA Models

$
0
0

Hi Vivek,

 

I don't think you need Calculated attribute (unless you need it to convert the date column data from varchar to date).

 

You can use something like

 

SELECT top 5 * (or EMPLOYEE_NO) from <your HANA view> order by JOINING_DATE;

 

Regards,

 

Ravi


Viewing all articles
Browse latest Browse all 8968

Trending Articles