alternativa a distinct on?
Publicado por mechanical (4 intervenciones) el 12/11/2007 08:39:49
Queria saber una alternativa a DISTINCT ON , ya que da error lexico en mysql:
SELECT DISTINCT ON( t. id) t.id, t. point FROM tabla1 t, tabla2 c WHERE c.id = t.id;
SELECT DISTINCT ON( t. id) t.id, t. point FROM tabla1 t, tabla2 c WHERE c.id = t.id;
Valora esta pregunta


0