|
I m using supabase with a database which have 2 tables (that are implicates in this issue). Tables are teachers and users. Both have ID and id_teacher/id_user respectively. Im working in a query where i need to get all teacher, joining in users table, where theres a image column. I need just to get the teachers where the user have an not null image. This query works to get teachers joining in users table. Because i get my wanted response. This is a short example. The trouble is when i try to use some filter to avoid null images. Are just an examples o filters tha i tryed for avoid the teachers which user.image have a null value. Because, i want to NOT GET the entire item, but i get an item wiht a id_user = null How can i filter in this case? |
Replies: 1 comment
|
Hey @Facundojs, this is not possible atm so you have to do the filtering client-side for now. It's being tracked here: supabase/postgrest-js#197 |
Hey @Facundojs, this is not possible atm so you have to do the filtering client-side for now. It's being tracked here: supabase/postgrest-js#197