Geeks Talk

Prepare for your Next Interview




Query to See Functions

This is a discussion on Query to See Functions within the SQL forums, part of the Databases category; 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 ...


Go Back   Geeks Talk > Databases > SQL

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 06-29-2006
Contributing Member
 
Join Date: May 2006
Posts: 73
Thanks: 0
Thanked 4 Times in 4 Posts
joel is on a distinguished road
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.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 10-02-2006
Junior Member
 
Join Date: Oct 2006
Location: india
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
parthokonar1 is on a distinguished road
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
Reply With Quote
  #3 (permalink)  
Old 10-13-2006
Contributing Member
 
Join Date: May 2006
Posts: 73
Thanks: 0
Thanked 4 Times in 4 Posts
joel is on a distinguished road
Re: Query to See Functions

Thanks parthokonar1. I have tried programming as per your suggestion and could get the details.
Reply With Quote
  #4 (permalink)  
Old 02-23-2007
Junior Member
 
Join Date: Feb 2007
Location: New Delhi
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
andatta123 is on a distinguished road
Re: Query to See Functions

select * from sysobjects where xtype like '%FN%'
Reply With Quote
Reply

  Geeks Talk > Databases > SQL


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Ways to Achieve Query Optimization joel SQL 2 02-07-2007 02:19 PM
Performance Query blenda Database General 3 12-27-2006 07:56 AM
Adding functions to function generator bvani WinRunner 2 12-20-2006 04:56 AM
Help me know about this term Flashback Query norman SQL 1 06-24-2006 10:21 PM
where to write sql query at runtime dssanjay WinRunner 1 06-03-2006 08:02 AM


All times are GMT -4. The time now is 01:29 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved