what is the condition for.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is the condition for..

suppose i have a table student. that includes name, marks, dob. i want to choose 2nd & 3rd rank in it

8th Aug 2016, 6:01 PM
onkar dindore
onkar dindore - avatar
1 Answer
0
use where clause for example select name, mark, dob from students where rank=2 OR rank=3
8th Aug 2016, 7:35 PM
Sainath
Sainath - avatar