You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
al ejecutar mi proceso almacenado me da el siguiente error y no entiendo el por que? Error al actualizar el stock del producto: ERROR: function actualizar_stock(integer, integer, integer) does not exist LINE 1: SELECT actualizar_stock(1047, 40, 2) ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts.
Ya revise los datos que entregaba y esta todo bien y tambien revise que la funcion existiera en mi bd pero sigue sin funcionar.
The text was updated successfully, but these errors were encountered:
Hola, en que parte se usa "\i nombre_funcion.sql" ? Lo intente en la misma carpeta donde están los archivos .sql y me dice la funcion "i" no exite y también después del comando psql y tampoco me funciona porque dice que el archivo no existe.
\i es una función de psql, por lo que se debe de hacer en esa consola.
Si el archivo se encuentra dentro de una carpeta debes dar el path completo ver #283
al ejecutar mi proceso almacenado me da el siguiente error y no entiendo el por que? Error al actualizar el stock del producto: ERROR: function actualizar_stock(integer, integer, integer) does not exist LINE 1: SELECT actualizar_stock(1047, 40, 2) ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts.
Ya revise los datos que entregaba y esta todo bien y tambien revise que la funcion existiera en mi bd pero sigue sin funcionar.
The text was updated successfully, but these errors were encountered: