Published: 8/11/2010
Pervasive PSQL v11 MC Release Candidate is here. If you haven’t already downloaded the beta (and even if you have), you should definitely download PSQL v11 MC RC and give it a ...
Published: 6/14/2010
When new columns are added, they’re always placed at the end of the table. It’s possible to move existing columns within a table using an ALTER TABLE statement. For example, we can move the column that occupies the first position in a table to the last po...