|
count () in the sql statement is the total number of statistics records, () can be a field name or *
If you use 1, you don't have this field in your table, so it returns null
When the sqlcode value is 100, the executed SQL statement did not return any results |
|