Next I need to formulate a SELECT
, whose function is to show in order of seasons the episodes, example T1E1
, T1E2
, T2E1
continuously for the following structure:
'eid' int(10) NOT NULL,
'aid' varchar(6) NOT NULL,
'hits' int(11) NOT NULL,
'titulo' varchar(200) DEFAULT NULL,
'numero' varchar(15) DEFAULT NULL,
'descargas' text,
'videos' text NOT NULL,
'estado' int(1) NOT NULL DEFAULT '0',
'fecha_salida' date NOT NULL DEFAULT '0000-00-00',
'temporada' varchar(15) DEFAULT NULL
is returning this way: link