Archive for November, 2005
Wednesday, November 9th, 2005
Its a SQL Thing
I want to do something like this:
SELECT h.username AS user
FROM userdata AS h
WHERE user=”nstowe”;
I am using the ALIAS of h.username, in my WHERE.
I’m using MySQL.
It doesn’t work, although I would of thought it would. Any ideas? is this same for Oracle, PG?
3 Comments » - Posted in Uncategorized by Nola
Tuesday, November 8th, 2005
Feeling the Love
I just left the Chicago Ruby group, who met for the first time in downtown Chicago. Previously, they met in the burbs which made it hard for many of us to get to in the evenings. We had a whopping 32 some odd people there. Awesome! Many of the attendees were new and we had [...]
