Tuesday, November 06, 2007

Stupid 'Where' Clause

So I'm taking a little break and decided to write in my blog. It has been a few months since my last entry. I know I'm a slacker. Anyway, I'm taking a break because I did a programmer mistake and I'm now waiting for my database table to come back up. I'll make this as simple as possible. In programming we use Oracle databases and to update a table you simply write a query that tells the database what you want to change but you need to tell it what exactly to change or it will change everything. Hence the 'Where' clause comes in. Well I forgot the where clause and updated the whole table. That is my embarrassing moment for today. Have a great day.