Jump to content

pankaj1990

New Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by pankaj1990

  1. If i want to write following condition begin if a=2 then declare c cursor for select name from student where id=2; else declare c cursor for select name from student where id=4; end if; ####Process above cursor#### Open c; fetch data; close c; end; But it giving error
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.