I hereby claim:
- I am jimmygu on github.
- I am jgu (https://keybase.io/jgu) on keybase.
- I have a public key ASCChYMx5_gTtPNebk3wjjpZaft6MJBtLXT220jpyDm1ggo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
begin transaction t1 | |
DECLARE @ChannelId int = 78; | |
DECLARE @CapacityUnitId int = 1; | |
Declare @Units int = 20; | |
DECLARE @Weekdays TABLE ( | |
Weekday_FK int | |
); | |
INSERT INTO @Weekdays (Weekday_FK) VALUES (1); |