Domanda

I have two interbase databases, and i want to make join between. Long time ago i use MS-SQL database, and there i did that.

How can i make similar in InterBase database? Thanks answer so much!

È stato utile?

Soluzione

You can't do this in InterBase. InterBase does not support such heterogeneous joins in SQL.

Altri suggerimenti

Here is a reference manual for InterBase XE SQL. It says that InterBase is close to the SQL-92 standard syntax. That is, the same JOIN syntax that you used with Microsoft SQL Server should work for you here.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top