Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21

Thread: SQL-Error

  1. #16
    Join Date
    Sep 2002
    Posts
    5,938
    What's your sql server version? The code works on sql2k and sql2k5 in my testing.

  2. #17
    Join Date
    Jun 2007
    Posts
    7
    I dont know what the version is..I am giving you the address

    http://sqlcourse.com/create.html

    thank you

  3. #18
    Join Date
    Sep 2002
    Posts
    5,938
    That didn't tell anything. Did you run the code on MS sql server?

  4. #19
    Join Date
    Jun 2007
    Posts
    7
    I am just trying to learn sql by myself and I found this web site on internet.(http://sqlcourse.com/create.html)first couple lessons went good but the example that I wrote here ,when I try to Insert into a Table with sql interperter , I am getting the same answer..and I have no idea why.. because that is their own example and its not working with their own sql interperter.

  5. #20
    Join Date
    Sep 2002
    Posts
    5,938
    You should ask them then.

  6. #21
    Join Date
    Jul 2007
    Posts
    5
    insert into
    myemployees_ede
    (firstname, lastname,
    title, age, salary)
    values ('Jonie', 'Weber',
    'Sec', 28,
    00019500.00);

    Just run this, this will definitly work.

Posting Permissions

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