Posts by Luccas Ramos • 1 point
2 posts
-
0
votes2
answers48
viewsA: Insert error ... Values using oracle error 00936
It would look something like this. INSERT INTO ECICalendarEvent_Test(seu_id,title, description, event_start, event_end, all_day) Values(nome_sequence.NEXTVAL,@title, @description, @event_start,…
-
0
votes2
answers48
viewsA: Insert error ... Values using oracle error 00936
Good Afternoon, my brother. It seems you are passing five values per parameter, and there are six fields to be filled. Pass the id value in INSERT or create a Sequence for it. The error says there…