Hi,
I'm trying to pull distinct values from a table in HIVE . First, I made the connection with 'connect In-DB' (no problems here), then I used 'formula in db' to pull distinct values for name.
I use ---- SELECT DISTINCT name FROM x_t1, but it seems to giving me an error. What am I doing wrong? x_t1 table is under a different folder if it makes any difference.
Thanks