From fac2f35506ffaf9c6aabb935ef682dafdf6506e2 Mon Sep 17 00:00:00 2001 From: niharlcp1 Date: Fri, 9 Jan 2009 11:52:35 +0000 Subject: [PATCH] Expression in update statement --- test/tools/csql/exp.test073.ksh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tools/csql/exp.test073.ksh b/test/tools/csql/exp.test073.ksh index d553b4d8..0522e881 100644 --- a/test/tools/csql/exp.test073.ksh +++ b/test/tools/csql/exp.test073.ksh @@ -28,8 +28,8 @@ echo select * from t1; f1 f2 f3 --------------------------------------------------------- 1 2 3 - 10 0 40 - 100 0 400 + 10 0 60 + 100 0 600 1000 2000 3000 Statement Executed -- 2.11.4.GIT