| Subject | join RDB$DATABASE |
|---|---|
| Author | ronaldorezende |
| Post date | 2003-03-19T19:24:38Z |
See my sql:
select field1, field2, current_date from table1, RDB$DATABASE
Why the result is not a join of the two tables?
select field1, field2, current_date from table1, RDB$DATABASE
Why the result is not a join of the two tables?