I have this Consultation:
$result = DB::table('cliente')
->select(DB::raw("CONCAT( TRIM(SUBSTRING( NombreCliente,1,1) ), TRIM(SUBSTRING( NombreCliente, locate( ' ',NombreCliente), 2) ) ) AS INICIALES"))
->get();
I get the...
asked by
15.06.2018 / 01:18