Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Need help with this query... ER diagram attached

    Hi Lynn

    Thank you for your reply also... I'm not attending a school, I'm teaching myself about databases by solving various questions that i'm picking up on the internet... I'm from...

  • RE: Need help with this query... ER diagram attached

    Hi Seraj

    Thanks for the quick reply... That worked perfectly... Much appreciated

    Thank you

  • RE: ER diagram and related query!

    Thankyou very much for your help Lowell, it's working perfect now...

    select *

    from Customers

    LEFT OUTER JOIN Meters ON Customers.idCustomers = Meters.Customers_idCustomers

    LEFT OUTER JOIN MeterReadings ON Meters.idMeters = MeterReadings.Meters_idMeters

    LEFT OUTER JOIN Invoice...

  • RE: ER diagram and related query!

    Hi Lowell

    Thanks for the reply.

    I've tried that query and got the following error:

    Error Code: 1054. Unknown column 'Meters.idCustomers' in 'on clause'

    select *

    from Customers

    LEFT OUTER JOIN Meters ON Customers.idCustomers = Meters.idCustomers

    LEFT...

Viewing 4 posts - 1 through 4 (of 4 total)