SyntaxFix
Write A Post
Hire A Developer
Questions
SQL self-join simply is a normal join which is used to join a table to itself.
Example:
Select * FROM Table t1, Table t2 WHERE t1.Id = t2.ID