SQL migration from MySQL to PostgreSQL

From annawiki
Revision as of 2022-10-29T15:43:07 by Tobiasco (talk | contribs)
  1. change LIKE to ILIKE : LIKE is not case-sensitive in MySQL, but in PostgreSQL it is !! query will then return an error in MySQL
  2. see also Postgresql vs Mysql
  3. automatic conversation (which tool?) : suspected: turned the type of some fields (select list?) into boolean, i.e. the type "select list" needs to be changed before or treated in another way