Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
bug multiple insert when update
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjo-alvarez committed Jan 24, 2025
1 parent ffd0d0a commit e143253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SELECT DISTINCT ON (n.id_students)
FROM notas n
ORDER BY n.id_students, n.id DESC;

drop VIEW public.v_commercial_students
drop VIEW public.v_commercial_students;

CREATE OR REPLACE VIEW public.v_commercial_students
AS WITH estados AS (
Expand Down

0 comments on commit e143253

Please sign in to comment.