0
What happens when we exceed the value of LIMIT than cardinality (number of rows) in SQL or MySQL ?
Does it produce error or what ??
1 Réponse
+ 1
You should have easily tried it yourself. By the way if the limit value exceeds the row count then it will not throw any error because the limit value simply says return so and so records if present or return how much ever is there.