From 4c374dec2f929965a7b89b2275323e696db3d89a Mon Sep 17 00:00:00 2001 From: factosea <285808407@qq.com> Date: Fri, 12 Jan 2024 14:16:54 +0800 Subject: [PATCH] test case --- tests/script/tsim/compute/last_row.sim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/script/tsim/compute/last_row.sim b/tests/script/tsim/compute/last_row.sim index 04f4234ad6..8e62fbffb5 100644 --- a/tests/script/tsim/compute/last_row.sim +++ b/tests/script/tsim/compute/last_row.sim @@ -245,6 +245,7 @@ endi sql alter database db cachemodel 'none'; sql reset query cache; +sql select tbname,last_row(c0, ts) from db.stb; if $rows != 1 then return -1