Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

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 Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 06-29-2006
Contributing Member
 
Join Date: May 2006
Posts: 73
Thanks: 0
Thanked 6 Times in 6 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: 25
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 6 Times in 6 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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


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 08:51 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved