3
Answers

Dynamic select query

Photo of Danish Habib

Danish Habib

10y
1.1k
1
I want To make a sql Query Dynamic mean On if else Condition i want to Add different columns into the select statement like that
If(QuestionID==1)
Select some thing
Else IF(questionID=2)
Select some thing differnt 

Answers (3)