colpivot
colpivot copied to clipboard
Dynamic row to column pivotation/transpose in Postgres made simple.
I am trying to use this package, but I am running into complications. Mainly, the colpivot function returns multiple results. Is there a way to isolate the results that are...
Hi, I'm using this function with postgres vertex reactive client. vertx-pg-client. I'm trying to call this function with parameter but I get cannot be coerced to [] exception, Can you...
Column names are hard to query , e.g. `"'column_name'"` so here is how I sanitize them instead: - get rid of any quotation mark, simple or double. - substitue any...
It would be good to include a note in the README about mixed-case columns. The code does double-quote column names, so mixed-case columns can be used. However, there are two...
Hi, I tried with the sample attached in documentation but it doesn't work for me. The table didn't create. PostgreSQL 9.5.5 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609,...
Hi, I really appreciate your work since it has solved a problem at my company in which we also needed to pivot an undefined number of results to columns. Right...