How do you count the number of rows in a table that have the same value in value in a column?

前端 未结 0 1821
死守一世寂寞
死守一世寂寞 2021-01-19 04:48

Suppose I have the following simple table:

create table mytable (
    desid bigint not null,
    ancid bigint not null
  );

insert into mytable (ancid,desid)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题