PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Mysql FIND_IN_SET
Mysql FIND_IN_SET
Iniciado por Kuiper WIM ( Kuiper, 23,abr. 2018 15:47 - No hay respuesta
Miembro registrado
3 mensajes
Publicado el 23,abril 2018 - 15:47
Hello everybody,

In my application i use a Query Mysql connection
is use
SELECT
timetrialmen.M,
timetrialmen.MM,
timetrialmen.MMM,
timetrialmen.MMMM,
FIND_IN_SET(M, (
SELECT GROUP_CONCAT(M
ORDER BY M ASC )
FROM timetrialmen )
) AS R1 ,
.......
But in New Windev 20 this statement isn't not ok???.
I must use old ODBC connection?.
Have some body a other solution way for use FIND_IN_SET query.
Reagards,

Wim.