
Insertar SELECT concat( t_clase_cod_clase,('.'), count( * )+1 ) FROM t_grupo t WHERE t.t_clase_cod_c
Publicado por Andrtes (5 intervenciones) el 07/08/2015 00:46:16
Hola amigos como puedo insertar esta consulta en una tabla
SELECT concat( t_clase_cod_clase,('.'), count( * )+1 )
FROM t_grupo t
WHERE t.t_clase_cod_clase =1
SELECT concat( t_clase_cod_clase,('.'), count( * )+1 )
FROM t_grupo t
WHERE t.t_clase_cod_clase =1
Valora esta pregunta


0