09/11/2012, 01:12
|
| | | Fecha de Ingreso: agosto-2008 Ubicación: En internet
Mensajes: 2.511
Antigüedad: 16 años, 2 meses Puntos: 188 | |
Respuesta: Problema en consulta JPQL con IS NULL en JPA Si estás usando hibernate éste no soporta UNION
Select a.usuario from Actividad a where a.usuario in (select a2.usuario from Actividad a2 where -- condicion null aqui --) OR a.usuario in (select a3.usuario from Actividad a3 where -- condicion usuario.nombre aqui --);
Eso te debería tirar
__________________ if (fuzzy && smooth) {
fuzzylog = "c00l";
return true;
} |