![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Addressed for Version 3.30 » View Incident Report |
| Reported By: Ole Willy Tuv Reported On: 6/10/2004 For: Version 3.29 Build 1 |
drop table if exists memory\T1; create table memory\T1 (T1_ID integer); insert into memory\T1 values (1); insert into memory\T1 values (2); insert into memory\T1 values (3); drop table if exists memory\T2; create table memory\T2 (T2_ID integer, FK integer); insert into memory\T2 values (1,1); insert into memory\T2 values (2,2); insert into memory\T2 values (3,3); select T1.T1_ID, T2.T2_ID from memory\T1 --join memory\T2 on --left outer join memory\T2 on right outer join memory\T2 on T2.FK = T1.T1_ID and T2.FK = 2;
This web page was last updated on Thursday, September 10, 2026 at 04:33 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

