mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
5 lines
120 B
SQL
5 lines
120 B
SQL
use test;
|
|
select count(*) from tb\G;
|
|
select last(*) from tb\G;
|
|
select last_row(*) from tb\G;
|
|
select first(*) from tb\G;
|