database - For a beginner, is there much difference between MySQL and PostgreSQL -


There is a lot of difference between MySQL and PostgreSQL for beginners like me, basic selection, like statement and choice, or main Differences with using more advanced questions?

The reason that I usually suggest PostgreSQL before MySQL because MySQL is far away from standards (SQL This window functions (version 8.4), normal table expression (8.4), checking deficiencies , EXCEPT / MINUS operator, even the use of full external johns does not support. .. Even though you have never heard these words, you have to use those concepts at some point.

I strongly suggest that you start with PostgreSQL, then you can learn what "real" SQL is, then you can decide if MySQL is sufficient or not.

PS I started with MySQL and I regret it. Now I use PostgreSQL and I like it.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -