Nisha Patel
Solution
You can try using left join and then that return result if the join value is null
EDIT: An alternative approach that you could try would be to use >whereNotExists to perform a raw query in place of a left join.
Suggested blogs:
>Building Web API using ASP.NET (C#)
>Built Web API using ASP.NET (C#)
>Built your simple Android App with Kotlin
>How to manage the Text in the container in Django?
>Activating Virtual environment in visual studio code windows 11
>Fix webapp stops working issue in Django- Python webapp
>Creating a form in Django to upload a picture from website
>Sending Audio file from Django to Vue
>How to keep all query parameters intact when changing page in Django?