![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Support Forums » ElevateDB SQL » View Thread |
Messages 1 to 2 of 2 total |
![]() |
Thu, Jul 10 2008 10:43 PM | Permanent Link |
Michael Fullerton | Is it possible to do a JOIN with a memory table and a regular table
like you could with DBISAM? As far as I can tell you can't because they are in different databases. |
Fri, Jul 11 2008 6:25 AM | Permanent Link |
"Eduardo [HPro]" | Michael
> Is it possible to do a JOIN with a memory table and a regular table > like you could with DBISAM? As far as I can tell you can't because > they are in different databases. Yes, it is possible. Just deal it like DBISAM with just a little difference. Instead of using memory\table you should use the name of memory database plus "." and the name of the table. For example: select field1, field2, memory.field1 from table1 t inner join memory.table1 m on (t.field1 = m.field1) order by memory.field1 This is applyed too for any kind of database. You can use memory database as a regular disk database. Eduardo |
This web page was last updated on Tuesday, July 1, 2025 at 07:22 PM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |