Hi guys, I have a question is how to use this kind of query with Phoenix?
" select * from session where time = (select max(time) from session); " Thanks a lot.
Hi guys, I have a question is how to use this kind of query with Phoenix?
" select * from session where time = (select max(time) from session); " Thanks a lot.