Search results

  1. P

    Delete Query

    I Have three tables and I want to run a delete query the query brings up the right data but error with please specify the table to delete from The tables are Class Pupils and SkatingRecord the SQL is DELETE SkatingRecord.*, Class.ClassName FROM (Class INNER JOIN Pupils ON Class.ClassID =...
Back
Top Bottom