An integer row that's a primary key and autoincrements
A 16 character varchar row that can't be null
row1
row2
SQL to be executed only on specific platforms
insert into mytable ( row1, row2 ) values ( 12, 'postgres stuff' )
insert into mytable ( row1, row2 ) values ( 12, 'mysql stuff' )
insert into mytable ( row1, row2 ) values ( 12, 'Microsoft stuff' )