but the following code gives me some error
Qt Code:
  1. create function myfunc (@S# int , @Grade dec(5,2))
  2. returns int
  3. as
  4. begin
  5. update std
  6. set garde=@grade
  7. where s# = @s#
  8. end
To copy to clipboard, switch view to plain text mode