标签: postgresql typescript typeorm
我该如何进行如下查询:
select count(*) from some_table where "somebody"->'property'->>'subproperty'="some_value";
例如使用count的typeorm SelectQueryBuilder的{{1}}?
count
SelectQueryBuilder