Encontrar campos entre las tablas
De CidesaWiki
(Diferencias entre revisiones)
Lhernandez (Discusión | contribuciones)
(New page: <pre> SELECT * FROM information_schema.columns WHERE table_catalog='SIMA' AND table_schema='SIMA002' and column_name='codpro'; </pre>)
(New page: <pre> SELECT * FROM information_schema.columns WHERE table_catalog='SIMA' AND table_schema='SIMA002' and column_name='codpro'; </pre>)
Última versión de 16:48 3 sep 2008
SELECT * FROM information_schema.columns WHERE table_catalog='SIMA' AND table_schema='SIMA002' and column_name='codpro';