mysql gurus
i have table with site url, url, and text where are not unique
and i need to select from the table something like this
site url
url1- tex1
url2- tex2
url3- tex3
site2 url
url1- tex1
....
and so on well i can do this with 2 querries first selecting site url then with a limit selecting url and text but is it possible to do everything in one querry ?
|