Hello team,
Is Begin and End needed for each if statement?
If ('A'>'B')
Begin
SELECT 'The first Value'
End
Else
Begin
SELECT 'The second'
End
Regards,
RainyDay
Results 1 to 1 of 1
Thread: Begin End with If statementThreaded View
|
|
|