Oh, I change my terminal settings (gnome-terminal), it works, thanks very much!
Yours,
Wen Yi
BeginnerC
896634...@qq.com
"=?gb18030?B?zsTSuw==?=" <896634...@qq.com> writes:
> postgres=# SELECT x FROM generate_series(1, 25, 1) As x;
> x
>
> 1
> 2
> 3
> 4
> 5
> 6
> 7
> 8
> 9
> 10
> 11
> 12
> 13
> 14
> 15
> 16
> 17
> 18
> 19
> 20
> 21
> Time: 0.518 ms
> My question is, why postgre
On Sunday, May 28, 2023, 文一 <896634...@qq.com> wrote:
> Hi team,
> when I use the generate_series,as you can see
> (Fedora Linux 37, PGSQL 15.3)
>
> postgres=# SELECT x FROM generate_series(1, 25, 1) As x;
> x
>
> 1
> 2
> 3
> 4
> 5
> 6
> 7
> 8
> 9
> 10
> 11
> 12
> 13
>
Hi team,
when I use the generate_series,as you can see
(Fedora Linux 37, PGSQL 15.3)
postgres=# SELECT x FROM generate_series(1, 25, 1) As x;
x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Time: 0.518 ms
My question is, why postgres didn't print