none
sql建立简单的函数都报错 RRS feed

  • 问题

  • 为什么在sql server中建立一个简单的函数

    create function F_HelloWord()
    as
    begin
    print 'hello'   
    end

    都会报错:Incorrect syntax near the keyword 'as'.

    好纠结,到底哪里错了???

    2013年8月2日 2:41

答案

全部回复