can we use WHERE instead of ON here? what's the difference and is it possible to use ON in place of WHERE for other queries?! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

can we use WHERE instead of ON here? what's the difference and is it possible to use ON in place of WHERE for other queries?!

SELECT column names FROM t1 INNER JOIN t2 ON t1.id=t2.id;

15th Sep 2016, 5:06 PM
sandhya
sandhya - avatar
1 Answer
- 1
if u use ON that's in ANSI style . for non ANSI where will be used.
16th Sep 2016, 7:13 AM
Shashi Kanthks
Shashi Kanthks - avatar