Stored procedure with dynamic order by clause

This is a discussion on Stored procedure with dynamic order by clause within the MySQL Database forums, part of the Database Forums category; Group, I would like to create a procedure that will accept a parameter that will allow the stored procedures result ...


Go Back   Usenet Forums > Database Forums > MySQL Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-19-2008
wayne
 
Posts: n/a
Default Stored procedure with dynamic order by clause

Group,
I would like to create a procedure that will accept a parameter that
will allow the stored procedures result set to be ordered based on
parameters.
Any help would be greatly appreciated.

Create Procedure Proc_GetTodaysWorkload( inUserID Int, inSortCol Int )
Begin
Select <Field Names>
Joins <Tables Names>
Where c.NameID = inUserID
Order By inSortCol -- This doesn't work
End;

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:53 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0