Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SQLサーバークエリのselectステートメントで関数を呼び出す方法は?
select name,function output() from tab where name='samp'
この上記のクエリでは、関数を呼び出す方法
単に
select name, output() from tab where name='samp'
この関数があなたによって作成されたものであることを一度忘れて、これが や のような組み込み関数であると考えてCount()くださいMax()。それらをどのように呼びますか?
Count()
Max()
select Count(*) from tab