I want to write a query by which I can iterate through the rows of a table and then I want a HTML un-ordered list from this query and keep in a local variable for further use.
Will I have to use a cursor? Where can I start?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
I found out the solution by googling.
I saw the solution in a Stack Overflow post.
I have created a type as follows:
And then call the procedure since my procedure was a cursor that was containing all these fields.