Dear all,
I want to count rows from a table with the info from a other table
Table 1:
id = 22 + published = 1
id = 23 + published = 0
id = 24 + published = 1
id = 25 + published = 1
Table 2:
id = 22 + Car = A
id = 23 + Car = B
id = 24 + Car = C
id = 25 + Car = A
Result :
Car A = 2
Car B = 0
Car C = 1
who can help me with some code to come to a solution to do this.
Grtz Manfred
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.