I need to re-write something like this to Hive: ###select x.A, sum(0.5 * (select (count(*) from Table_X tx where tx.blah = 0.75)))from Table_X x### Thanks in advance for any pointer to it.
- Query question. ws
- Re: Query question. Mich Talebzadeh
I need to re-write something like this to Hive: ###select x.A, sum(0.5 * (select (count(*) from Table_X tx where tx.blah = 0.75)))from Table_X x### Thanks in advance for any pointer to it.