0
I have sql query which is not run due to 10k value i passed in operator
Select * from ABC Where df=1 And cf not in ( select mno from ggg where df=1)
3 odpowiedzi
+ 3
May be use LIMIT to display the desired number of entries.
+ 1
Please add error description in your question Description. It may help others to analyse and suggest appropriately 👍
(Edit)
Include your tables structure so others can understand how data is organised in your database.