Jason L. Froebe – Tech tips and How Tos for Fellow Techies

Tips & Tricks for Databases (Sybase, Oracle, MySQL, PostgreSQL, SQLite), Windows, Linux, Solaris, Perl, Java, Bash and so much much more

Why oh why can’t we have PostgreSQL’s CREATE [TEMPORARY] SEQUENCE in Sybase ASE?

by Jason L Froebe on July 10, 2008, no comments

I know you can simulate it by creating a temp table with an identity column, delete old rows, get the max, etc but still… PostgreSQL’s create sequence would be very handy…  btw, Oracle has it too It would allow us to do things like pgTAP with ease..  Check out the slides for pgTAP just my [...]

Share Button
Facebook login by WP-FB-AutoConnect