Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
5
Answers
SQL Query Joins
Kritika Singh
9y
391
1
Reply
SELECT * FROM a JOIN b ON table_a.id = b.id WHERE table_a.status ='success'
SELECT * FROM table_a, b WHERE table_a.id = b.id AND table_a.status ='success'
Why is the second format used and not the first one?? Is it due to performance reasons?
If yes then how or why. Please explain in detail.
Post
Reset
Cancel
Answers (
5
)
Next Recommended Forum
Want to Sort column first name in alphabetical order.
How to add in other whenever came from Public holiday date