标签: php sql postgresql
我使用php从Postgres数据库中获取结果并使用以下查询
pg_query($connectionstring , "select count(1) from emailCharacterstics where column = 'ready' ;");
它给我NULL而不是返回准备好的计数。