Skip to content

Melvin's Web Stuff

My Online Notepad

  • About
  • Blog
    • ASP.NET
    • Visual Studio
    • C#
    • VB.NET
    • PHP
    • SQL
    • JavaScript
    • CSS
    • IIS
    • SQL Server
  • Contact

Inner Join On Two SQL Databases

SELECT t1.columnName, t2.columnName
FROM databaseName.user.table AS t1 
INNER JOIN databaseName.user.table AS t2 ON t1.id = t2.id
Author MelvinPosted on November 20, 2007November 22, 2016Categories SQL

Post navigation

Previous Previous post: SQL SERVER – Insert Multiple Records Using One Insert Statement – Use of UNION ALL
Next Next post: How to access the EmptyDataTemplate controls from OnRowCommand in GridView

Recent Posts

  • How to disable anonymous authentication in IIS Express
  • Enable CORS IIS Express
  • Kendo UI Editor – A FreeTextBox Replacement
  • Cache JQuery Selectors To Improve Performance
  • String.Format to set a constant in .NET
  • About
  • Blog
    • ASP.NET
    • Visual Studio
    • C#
    • VB.NET
    • PHP
    • SQL
    • JavaScript
    • CSS
    • IIS
    • SQL Server
  • Contact
Melvin's Web Stuff Proudly powered by WordPress