Hello, the situation is the following, there is a table with id and link columns in the links table, in the id column all cells are numbered (1-30), and in the link not all the cell fields are occupied, the task is to calculate the filled fields.
I tried a bunch of COUNT(*)
requests COUNT(*)
and others like it, basically, if the script works, it displays the number 1 (and I have 3 records there). I understand that 1 is something like an error signal. Help me please.
Thanks in advance to everyone.