MySQL Forums
Forum List  »  Spanish

INTO OUTPUT
Posted by: JAIME RUIZ CASTR
Date: September 25, 2019 03:48PM

Buenas tardes alguien me puede indicar como asignar la variable de entrada NOMBRE_ARCHIVO al archivo de salida por favor

CREATE PROCEDURE PRUEBA (IN NOMBRE_ARCHIVO CHAR(100), FECHA_INICIAL DATE, FECHA_FINAL DATE)
BEGIN
SELECT HH.GUB_DESCRIPCION, COUNT(*) HALLAZGOS
INTO OUTFILE NOMBRE_ARCHIVO
FROM (
(
SELECT TUB_TIPO_UBICACION TIPO_UBICACION,
UBI_NOMBRE NOMBRE_SEDE,
...

Options: ReplyQuote


Subject
Views
Written By
Posted
INTO OUTPUT
432
September 25, 2019 03:48PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.