[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 594: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 650: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
Fórum Xmaker • Como anexar um campo a outros campos de tabelas diferentes?
Página 1 de 1

Como anexar um campo a outros campos de tabelas diferentes?

Enviado: Fevereiro 1st, 2012, 8:44 pm
por marceloxt
Veja se é possível tirar a minha dúvida, estou querendo criar uma tabela de "manutenção". Nela quero criar um campo que terá que ficar relacionado em outra tabela já criada, onde existem três campos, que deverão ficar atrelados a um novo campo, que será criado nessa tabela. Ou seja,

TABELA 1

CAMPO-A
CAMPO-B
CAMPO-C

TABELA 2

CAMPO A, que deverá quando inserido o seu valor abrir, simultaneamente os CAMPOS A-B-C, da tabela 1, isso quando eu já estiver executando o programa. Não permitindo que o campo possa ser novamente usado, para evitar duplicidade.

Espero que tenha sido claro,

Atenciosamente,