I'm the new programmer on a big website
Problem is that the guy who built it didn't centralize the databases.. so I have about 300 virtually identical databases that cannot be merged..
Due to ND (non-disclosure) issues, I have to be a little vague here...
Let's say that this company distributes Toys.. well in that form Milton Bradley has paid my boss to list all their products on top... I know which products are milton bradley's... And I want to use a query to sort that..
Is there a way to say like...
Select * from games
order by where gameMaker='MB'.. so that they appear on top?
Tony Hicks
ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
Problem is that the guy who built it didn't centralize the databases.. so I have about 300 virtually identical databases that cannot be merged..
Due to ND (non-disclosure) issues, I have to be a little vague here...
Let's say that this company distributes Toys.. well in that form Milton Bradley has paid my boss to list all their products on top... I know which products are milton bradley's... And I want to use a query to sort that..
Is there a way to say like...
Select * from games
order by where gameMaker='MB'.. so that they appear on top?
Tony Hicks
ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.