that was just a guess at the sql statement, from your response it sounds like i need to rework it.
I have an events table that has columns like eventid, eventname, eventdescription etc
I have another table called ticket that has tickectid, price, tickettype and eventid.
I would like to write the sql so that when people click on an event all the available tickets are displayed.
Maybe i need to have the ticketid in the event table ?