but the following code gives me some error
Qt Code:
create function myfunc (@S# int , @Grade dec(5,2)) returns int as begin update std set garde=@grade where s# = @s# endTo copy to clipboard, switch view to plain text mode
but the following code gives me some error
Qt Code:
create function myfunc (@S# int , @Grade dec(5,2)) returns int as begin update std set garde=@grade where s# = @s# endTo copy to clipboard, switch view to plain text mode
Life is about making the right decisions and moving on.
Bookmarks