0

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!

GodGirl
  • 17
  • 1
  • 3

2 Answers2

2

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

Craig Stuntz
  • 125,891
  • 12
  • 252
  • 273
0

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.

David Gorsline
  • 4,933
  • 12
  • 31
  • 36