开发者

alternative to sql server 2005

开发者 https://www.devze.com 2022-12-28 00:00 出处:网络
I got used to the xml suppo开发者_如何学Gort and recursive common table expressions of sql server 2005. I am just wondering whether any free dbs like mysql support these requirements nowadays? Thanks.

I got used to the xml suppo开发者_如何学Gort and recursive common table expressions of sql server 2005. I am just wondering whether any free dbs like mysql support these requirements nowadays? Thanks.

Christian


PostgreSQL has support for XML, CTE's, windowing functions, etc. etc. etc. And it's not limited to a lousy 4GB. It also runs on Linux, Windows, etc.

Edit: MySQL doesn't support XML nor CTE's, nor windowing functions.

0

精彩评论

暂无评论...
验证码 换一张
取 消