Register  |  Login




Advertisement

Start Your Own Q&A Site

Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.

Question

Status: Closed Points: 75 Time: 15:22 - Sep 04, 2007  

ericmichalsen

How do I favor certain records from an sql query? Such as 50% need to match a certain criteria?

A sample query:
SELECT stock_number, log_date, collection,
MATCH (description, Keywords)
AGAINST ('$query' IN BOOLEAN MODE) AS score
FROM media
WHERE MATCH (description, Keywords)
AGAINST ('$query' IN BOOLEAN MODE)
ORDER BY score, log_date DESC
LIMIT 0, 20

The kicker is that in the result, 50% need to where collection='TEST_1'

Categories

Answer Discussion
Tutorials

 

jgivoni

Date:: Jan 06, 2009

Time:: 03:19

Sounds like a good question, though it's not totally clear to me what you want to achieve.

It sounds like you want mix some randomness into the result. Randomness is not usually in the nature of SQL, but I suppose the RAND() function could be helpful here.

Another way to get 50% into the mix is to simply select two result sets (with the same number of rows - and none repeated in the two) and put them together with a UNION. In this case you would select the ones with collection="TEST_1" and then the ones with NOT collection="TEST_1".

If you could clarify what you need and if any of this was in the right direction, it would be helpful.

Thanks,
Jakob

nicholascage

Date:: Oct 06, 2010

Time:: 05:06

It sounds like you want mix some randomness into the result. Randomness is not usually in the nature of SQL, but I suppose the RAND() function could be helpful here.

http://www.neu92.com/

Question Answered

This question has been closed, and points have been rewarded to the following experts:


jgivoni: 75

You're welcome however to comment or give additional information or if you wish, you have the ability to write a Tutorial in the Tutorial Area.

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

No tutorials have been submitted yet. Want to be the first?

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

Ask a Question

Have a new question? Ask!

You have 100 characters to use



Top Experts

View More

Rank

Expert

Points

1.

nidhi

10279

2.

oracleofDelphi

6493

3.

rcastagna

5596

4.

LAGM

4848

5.

PeterNZ

3487

6.

gonzalo

2840

7.

Mason

2770

8.

jgivoni

2303

9.

xarcus

1820

10.

Anpanman

917

Become an Expert

Register today to share your knowledge with the community and be recognized and rewarded for your contributions.


Register Here




"Psst, Quomon is a great site. Pass it on."     Tell a Friend  |   Link To Us  |   Save to Delicious  |   Digg! Digg it



Language Options

English:

www.quomon.com

Español:

www.quomon.es