Jump to content
Fórum Script Brasil
  • 0

Selecionar todo o Banco de Dados MySQL


Leandro O. Alves

Question

Quero vazer uma auto soma de uma coluna que existe em todas as tabelas. abaixo vai o code

$busca = mysql_connect("$local","$usuario","$senha") or die("ERRO AO CONECTAR AO MYSQL, VERIFIQUE COM O ADMINISTRADOR" . mysql_error());        mysql_select_db("$banco") or die("BASE DE DADOS INVÁLIDO");        $pesquisa = mysql_query("SELECT sum(pedn$OPCAO) FROM show tables  data BETWEEN '$data1' AND '$data2'   ");        while($sum = mysql_fetch_array($pesquisa)){        $soma = $sum["sum(pedn$OPCAO)"];        }

Com show tables não funciona, eu nem sei isso pode ser feito, mais desde já agradeço

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...