Forum Discussion

CARQUESTTechnol's avatar
CARQUESTTechnol
Contributor
16 years ago

JDBC Request and Count

I'm trying to get the count of the number of rows returned by a specific query to compare to a webservice. When I write the SQL: Select Count(*) from table where cat_id='-1' The query works in...