Function: Aass @NM @kota @kota @NM
Function: Aass @NM @kota @kota @NM
select @contoh1 =
case
when @contoh1 % 2 = 0 then 'Genap'
else 'Ganjil'
end
return @contoh1
end
Prosedure
exec dbo.coba N'tifanny';
trigger
select tbl_history
View
create view vwagem as select * from TBL_Agen
select t1.a, t2.b from alala as t1 inner join ass as t2 where t1.a =t2.a