Feed on Posts or Comments

Monthly ArchiveJanuary 2007



BSD/Linux & Tips & Tricks SquallBSR on 28 Jan 2007

Auto Incrementing Database Fields

postgres:
create table t(
id serial,
data text,
primary key (id)
);

mysql:
create table t(
id int(11) not null auto_increment,
data text,
primary key (id)
);

sqlite:
create table t(
id integer primary key,
data text,
);

Life & BSD/Linux SquallBSR on 25 Jan 2007

Today’s Dilbert

Life SquallBSR on 22 Jan 2007

Lunch: A ball of yarn

Life & Computers SquallBSR on 15 Jan 2007

Another Monday

Life SquallBSR on 09 Jan 2007

Tips & Tricks & Dynamics AX & Work SquallBSR on 04 Jan 2007

Itteration through the AOT

Life SquallBSR on 01 Jan 2007

Happy 2007