Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: How do I put together two sql Inner joins?

    SelectStatement = String.Format("SELECT * FROM shows AS S INNER JOIN Headliner AS H ON S.HeadlinerID = H.HeadlinerID Where Id={0};SELECT * FROM shows AS R INNER JOIN Venues AS G ON...

Viewing post 1 (of 1 total)