

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Finding minimum value across different columns in SAP HANA
You need to use LEAST instead of min as below:
“SELECT ID, LEAST(DAY_1, DAY_2, DAY_3) FROM ...”
Please make sure that none of the values in your column in “NULL”.
- Related Questions & Answers
- Different SAP HANA Administration tools
- Different Aggregation functions in SAP HANA
- Different perspectives in SAP HANA Studio
- Different Engine types in SAP HANA
- Different Package type in SAP HANA
- Different License types in SAP HANA
- Different Engine types in SAP HANA Architecture
- Using different Engine types in SAP HANA
- Different Audit trial targets in SAP HANA
- Different authentication methods supported in SAP HANA
- Different table symbol in SAP HANA database
- Different schema types in SAP HANA database
- Finding a database view in SAP HANA database
- Finding index of rows and columns in SAP
- Different options in Data Preview in SAP HANA
Advertisements