Hi I am trying to implement equivalent of this query in Hbase
*SELECT *value1, value2, value3 , (value1+value2) as calculatedValue *FROM *myTable *WHERE *year=2010 and month in (2,4,6) and day= 'Friday' and time='14:30' and Product='Abc' The Hbase table has the row key with *YYYYMMDDHHMMSS *e.g *20100809023000 *and Product information is in *ProductInfo *column family. Can anybody help me how to proceed with this scenario? Thanks in advance -- Regards Shuja-ur-Rehman Baig http://pk.linkedin.com/in/shujamughal Cell: +92 3214207445
