Q: what is SQL bridges ?

Discussion in 'MySQL' started by ZikoFlux, Nov 5, 2007.

  1. #1
    hi
    well i heared on one of the forums that SQL bridges can be used to link more than one SQL (2scripts ex: their members ) is that true ? and if it is how can i build one ? :)
     
    ZikoFlux, Nov 5, 2007 IP
  2. garbageman

    garbageman Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you mean sql database clusters, yes, you can create master-slave configurations or multiple mirrored databases in several sql programs.
    If you're talking about joining tables in a query, you'll have to consult your database manual for how to do this. In mysql, the typical method is LEFT JOIN
     
    garbageman, Nov 6, 2007 IP