|
Given this structure whitelist_chats -> chats ( whitelist_chat_id = foreign key)) I want to be able to query only one record that matches so i would like to retrieve So given this query I am getting both whitelist_chats but second one is just with empty |
Answered by
stychu
Jul 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This works on SQL UI console. How do I query via JS?