Hi guys, I cann't run this type of query with Phoenix
- Phoenix shell > select count distinct (id) from session; > Error: ERROR 601 (42P00): Syntax error. Encountered "distinct" at line 1, column 14. (state=42P00,code=601) But this query still ok > select distinct (id) from session; Please tell me how to do this, thanks. -- *-----------------------------------------* *Pham Phuong TuBack-end & Big data developerSkype: phamphuongtu*
