How to do COUNT() in Publication
-
I’m trying to get a count of the number of rows in a table.
If I enter the following in the SQL pane it works as expected:
select COUNT(ID)
from tng_people
lastname;However when I try to replicate in Publication:
Table: tng_people
Column: COUNT(ID)This just gives the result pane saying ‘Processing’
I’m obviously doing something wrong.
Can anyone help please?
[Note: I’m using the free version]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to do COUNT() in Publication’ is closed to new replies.