select * from (select idx,machine,customer,FROM_UNIXTIME(servertime) from Events where customer='MSP_NH_TEST' and machine in ('GERMAN','HFN-ENGINE','HFND100035','HFND100036') order by idx desc) as t group by machine;
Which gives me data of all latest records of user.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.