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!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 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 ответ
- 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