Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

You must login to ask a question.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

databaseanswers.net Latest Questions

  • -1
Clara
Beginner

Now I want to find min value through that cursor c3 and update the Sid = min value we get from that cursor create or replace procedure assign_ticket(cticketid int) is varticketid int; varticketstatus int; varmincount int; varsid int; mcount int; cursor c1 is select tkid from ticket where ...