Hello Experts,
How to return failure from a user defined function such that it halts the main
query?
for example:
assuming i have simple user defined function
checkLessThanTen(arg 1)
While calling this function in my query (say select checkIsNumber('11') from
employee) how to return failure from
this user defined function so that the main query is aborted just like in case
of any error .
H
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
- [sqlite] Query within user defined funtion / UDF in sqlit... RAKESH HEMRAJANI
- Re: [sqlite] Query within user defined funtion / UDF... Igor Tandetnik
- [sqlite] Return failure from User Defined Function RAKESH HEMRAJANI
- Re: [sqlite] Return failure from User Defined Fu... Igor Tandetnik
- [sqlite] block alter table command / table Cons... RAKESH HEMRAJANI
- Re: [sqlite] block alter table command / ta... Igor Tandetnik
- Re: [sqlite] block alter table command / ta... Simon Slavin
- Re: [sqlite] block alter table command /... Simon Slavin

