I have sql query which is not run due to 10k value i passed in operator | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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)

19th Dec 2019, 5:03 AM
Akshay
Akshay - avatar
2 Answers
+ 3
May be use LIMIT to display the desired number of entries.
19th Dec 2019, 6:07 AM
Avinesh
Avinesh - avatar
+ 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.
19th Dec 2019, 5:34 AM
Ipang