使えないから こんな感じにするとできた。
this
SELECT case when max([NUM]) is NULL then 0 else max([NUM]) + 1 end as NUM
FROM [hoge].[huge].[fuge]
where ID='99'
書いてあった場所
http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1250933162
Go to list of users who liked
More than 5 years have passed since last update.
使えないから こんな感じにするとできた。
SELECT case when max([NUM]) is NULL then 0 else max([NUM]) + 1 end as NUM
FROM [hoge].[huge].[fuge]
where ID='99'
書いてあった場所
http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1250933162
Register as a new user and use Qiita more conveniently
Go to list of users who liked