what do you mean by column weighting?
If you want to choose a preference you just do
SELECT * FROM table ORDER BY column_1, column_2 DESC
changing column_1 etc to whatever field you want to order by. You can order by more then one and you can do descending(DESC) or ascending(ASC) order
Reputation Points: 11
Solved Threads: 11
Junior Poster in Training
Offline 61 posts
since Mar 2008