PostgreSQL function: is it a bug?
Hi,I have a problem with queries on a PostgreSQL database using the JMP query builder...
Indeed some PostgreSQL functions seem not working properly in the query builder...For example if I want to retrieve part of a string from the position of one of the character:
this command could ben written in PostgreSQL:SELECT substring('Thomas' from position('h' in 'Thomas') for 2) AS bug_test But if I write i...
aandw