From 3cfc0c918c447a83d96a768df88bd23b7d72a3c5 Mon Sep 17 00:00:00 2001 From: niharlcp1 Date: Thu, 15 Jan 2009 06:56:31 +0000 Subject: [PATCH] modified --- test/sql/Join/exp.test005.ksh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sql/Join/exp.test005.ksh b/test/sql/Join/exp.test005.ksh index 160dd8fc..e8b276b2 100644 --- a/test/sql/Join/exp.test005.ksh +++ b/test/sql/Join/exp.test005.ksh @@ -1,4 +1,4 @@ -select t1.f1, t2.f1, t3.f1 from t1,t2,t3 where t1.f2= t2.f2 or t1.f1 >100: +echo select t1.f1,t2.f1,t3.f1 from t1,t2,t3 where t1.f2=t2.f2 or t1.f1 > 100; --------------------------------------------------------- f1 f1 f1 --------------------------------------------------------- -- 2.11.4.GIT