Results 1 to 6 of 6

Thread: sql course

Threaded View

  1. #1
    Join Date
    Jul 2011
    Posts
    8

    sql course

    when I am follow the instruction to delete a single data from my database that I have create. It delete all of my database.

    I am typing the sql string correctly but it keep deleting all of my data from my table.

    I have went through the tutorial twice and when I get to the delete part I am having trouble.

    delete
    from myemployees_ts0211
    where lastname =
    'Weber-Williams';

    this is the code I am using.
    Last edited by myallsql_01; 08-15-2011 at 02:09 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •