Click here to Skip to main content
15,901,001 members
Home / Discussions / Database
   

Database

 
GeneralRe: Time calculation Pin
AVPRF6-Jul-16 19:02
AVPRF6-Jul-16 19:02 
QuestionHow to Search for names in MySQL Pin
Jassim Rahma2-Jul-16 13:06
Jassim Rahma2-Jul-16 13:06 
AnswerRe: How to Search for names in MySQL Pin
Mycroft Holmes2-Jul-16 14:10
professionalMycroft Holmes2-Jul-16 14:10 
QuestionNeed guidance: duplicate oracle db to another Pin
Foothill30-Jun-16 10:48
professionalFoothill30-Jun-16 10:48 
AnswerRe: Need guidance: duplicate oracle db to another Pin
Chris Quinn30-Jun-16 21:26
Chris Quinn30-Jun-16 21:26 
GeneralRe: Need guidance: duplicate oracle db to another Pin
Jörgen Andersson30-Jun-16 22:02
professionalJörgen Andersson30-Jun-16 22:02 
GeneralRe: Need guidance: duplicate oracle db to another Pin
Foothill1-Jul-16 3:16
professionalFoothill1-Jul-16 3:16 
AnswerRe: Need guidance: duplicate oracle db to another Pin
Jörgen Andersson30-Jun-16 22:21
professionalJörgen Andersson30-Jun-16 22:21 
GeneralRe: Need guidance: duplicate oracle db to another Pin
Foothill1-Jul-16 3:14
professionalFoothill1-Jul-16 3:14 
GeneralRe: Need guidance: duplicate oracle db to another Pin
Jörgen Andersson1-Jul-16 6:11
professionalJörgen Andersson1-Jul-16 6:11 
QuestionDB backup initiated by NT AUTHORITY\SYSTEM Pin
SreeDBA24-Jun-16 10:07
SreeDBA24-Jun-16 10:07 
Rant[REPOST] DB backup initiated by NT AUTHORITY\SYSTEM Pin
Richard Deeming27-Jun-16 3:58
mveRichard Deeming27-Jun-16 3:58 
QuestionDatabase backed up type virtual device- not mainteance job Pin
SreeDBA24-Jun-16 10:04
SreeDBA24-Jun-16 10:04 
Rant[REPOST] Database backed up type virtual device- not mainteance job Pin
Richard Deeming27-Jun-16 3:56
mveRichard Deeming27-Jun-16 3:56 
Questioncall sql scripts from others folders Pin
MrKBA19-Jun-16 23:43
MrKBA19-Jun-16 23:43 
QuestionRe: call sql scripts from others folders Pin
CHill6020-Jun-16 1:41
mveCHill6020-Jun-16 1:41 
AnswerRe: call sql scripts from others folders Pin
MrKBA20-Jun-16 2:30
MrKBA20-Jun-16 2:30 
AnswerRe: call sql scripts from others folders Pin
Eddy Vluggen20-Jun-16 1:46
professionalEddy Vluggen20-Jun-16 1:46 
GeneralRe: call sql scripts from others folders Pin
MrKBA20-Jun-16 2:29
MrKBA20-Jun-16 2:29 
GeneralRe: call sql scripts from others folders Pin
Eddy Vluggen20-Jun-16 2:40
professionalEddy Vluggen20-Jun-16 2:40 
AnswerRe: call sql scripts from others folders Pin
CHill6020-Jun-16 3:41
mveCHill6020-Jun-16 3:41 
QuestionPrioritized joining - Updated Pin
Jörgen Andersson16-Jun-16 9:39
professionalJörgen Andersson16-Jun-16 9:39 
I'm looking for a way of joining two tables using a function returning a ranking value where the rows joined would be decided on the returning value of a function.
Assume I'm joining table X and Table Y using a function f(X,Y)
If the values returned by the function from a cartesian join would be:
X1X2X3
Y1159
Y2738
Y3426

I would want this "excluding functional join" to return:
Y1,X3
Y2,X1
Y3,X2

Is this at all possible without using procedural code?

<edit>What I want is something similar to the Gale-Shapley[^] algorithm but using a special text search instead of simple preferences.
It's easy enough to do in procedural code, but I want to avoid an RBAR solution</edit>
Wrong is evil and must be defeated. - Jeff Ello


modified 17-Jun-16 2:34am.

AnswerRe: Prioritized joining Pin
Mycroft Holmes16-Jun-16 13:05
professionalMycroft Holmes16-Jun-16 13:05 
GeneralRe: Prioritized joining Pin
Jörgen Andersson16-Jun-16 21:58
professionalJörgen Andersson16-Jun-16 21:58 
GeneralRe: Prioritized joining Pin
Mycroft Holmes17-Jun-16 2:52
professionalMycroft Holmes17-Jun-16 2:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.