-
Contributing Member
Query to See Functions
What is the query or table using which I can list the predefined functions. Instead of researching book I thought if there is a query I can see the list and try using each.
-
Junior Member
Re: Query to See Functions
I dont think it can be done through sql query, but it can be done through java jdbc programming which can extract all the predefined functions and display them
-
Contributing Member
Re: Query to See Functions
Thanks parthokonar1. I have tried programming as per your suggestion and could get the details.
-
Junior Member
Re: Query to See Functions
select * from sysobjects where xtype like '%FN%'
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules