Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/09/2006, 14:42
Avatar de Mithrandir
Mithrandir
Colaborador
 
Fecha de Ingreso: abril-2003
Mensajes: 12.106
Antigüedad: 21 años, 8 meses
Puntos: 25
Esto puede ahorrarte parte del tecleadero:

SELECT * FROM information_schema.columns
WHERE table_name = 'mi_tabla' and colum_name NOT IN ('las_que_no_quiero')
__________________
"El hombre, en su orgullo, creó a Dios a su imagen y semejanza."
Friedrich Nietzsche