http://qs321.pair.com?node_id=1064599


in reply to Re: Looking to convert all my MySQL DB's to postgresql, any experiences with mysql2pgsql?
in thread Looking to convert all my MySQL DB's to postgresql, any experiences with mysql2pgsql?

I enjoyed reading that Tux, thank you. I'm in the "thinking about it" stage of converting MySQL=>PostgreSQL (and possibly apache2=>Nginx).

Was wondering though if;

SELECT * FROM users WHERE clue > 0; Works with all SQL variations?

/me *chuckles*

Replies are listed 'Best First'.
Re^3: Looking to convert all my MySQL DB's to postgresql, any experiences with mysql2pgsql?
by Tux (Canon) on Nov 27, 2013 at 11:41 UTC

    I have not yet seen a SQL dialect that does not support that syntax (unless "clue" is a subquery with joins or aggregates).

    Hell, even DBD::CSV supports aggregates when using SQL::Statement, so a folder of .csv files suddenly makes a real database :).


    Enjoy, Have FUN! H.Merijn