Sunday, August 08, 2010

Change of Status

$ sqlplus -s
SQL> connect hr@oracle.com/hr
SQL> UPDATE employees SET current = false WHERE email = "Igor.Minar@oracle.com";
SQL> COMMIT;
SQL> disconnect
SQL> exit
$ curl -X POST -H "Content-Type: application/json" \
   -d '{ "firstName":"Igor", "lastName":"Minar"}' \
   http://google.com/employee/

8 comments:

  1. Awesome post, Igor. Best of luck with the new role! :)

    ReplyDelete
  2. Congrats Igor. Enjoy your new gig!

    ReplyDelete
  3. rama roberts8/09/2010 7:33 AM

    Accurate examples. :)
    Dobre šťastie!

    ReplyDelete
  4. May I Ask what your going to do at google?

    ReplyDelete
  5. Boy, did you move from Oracle to Google at just the wrong time :)

    ReplyDelete