Pergunta : Problema com MYSQL_QUERY TODA UMA UNIÃO

Cumprimentos, porque faz o seguinte retorno da pergunta o seguinte erro: Warning: mysql_num_rows (): o argumento fornecido não é um resultado válido resource


$MostAdsinCities=mysql_query de MySQL (de “cidade SELECT COMO o mostCity, a CONTAGEM (ativa) COMO o mostincity de table1 ONDE A UNIÃO TODA de ative='1 SELECIONA a cidade COMO o mostCity, a CONTAGEM (ativa) COMO o mostincity de table2 ONDE A UNIÃO TODA de ative='1 SELECIONA a cidade COMO o mostCity, a CONTAGEM (ativa) COMO o mostincity de table3 ONDE GRUPO de ative='1 por mostCity ORDEM PELO LIMITE 10 de mostincity DESC”); VERIFICAÇÃO do

//o ROWS
$NumMostAdsinCities=mysql_num_rows ($MostAdsinCities);
class= do

Resposta : Problema com MYSQL_QUERY TODA UMA UNIÃO

Você poderia tentar algo como

GRUPO de $MostAdsinCities=mysql_query (“ mostCity SELETO, SOMA (mostincity) como o mostincity DE (cidade SELETA COMO o mostCity, a CONTAGEM (ativa) COMO o mostincity de table1 ONDE O GRUPO de ative='1 por mostCity UNIÃO TODA SELECIONA a cidade COMO o mostCity, a CONTAGEM (ativa) COMO o mostincity de table2 ONDE O GRUPO de ative='1 por mostCity UNIÃO TODA SELECIONA a cidade COMO o mostCity, a CONTAGEM (ativa) COMO o mostincity de table3 ONDE GRUPO de ative='1 pelo mostCity) X por mostCity ORDEM PELO LIMITE 10 de mostincity DESC”);
Outras soluções  
 
programming4us programming4us