TDengine/tests/script/tsim/query/t/multires_func.sql

6 lines
120 B
MySQL
Raw Normal View History

2023-09-05 02:24:31 +00:00
use test;
select count(*) from tb\G;
select last(*) from tb\G;
select last_row(*) from tb\G;
select first(*) from tb\G;