Nested Loop Left Join (cost=0.00..17.99 rows=1 width=263) |
Join Filter: (u.enterprise_id = e.id) |
-> Seq Scan on tbl_logins u (cost=0.00..16.80 rows=1 width=226) |
Filter: ((access_token)::text = 'uBgZ6_aS7N-FGUgxP5oGgAIB87vDODPX'::text) |
-> Seq Scan on tbl_enterprises e (cost=0.00..1.08 rows=8 width=64) |