Pregunta

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!

¿Fue útil?

Solución

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

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top