Hi,
a pivot table is easy to make on mysql:
replace into tablea
select tableb.col1
from tableb as tableb
where 1=1
;
But the secret for a good pivot table is that we can make business logic on the query:
1) count(case when c like '%something%' then 1 end) as col2
2) other aggregation functions can be used like avg, ...
best
tecbea
Java Obfuscate Properties
Hi there how many times we have fuckin stupid commentaries of , hey the code has a password... bullshit you can always get the password... ...
-
Hi, Pivot4J is a awesome JSF project (I'm in love by JSF). So I decide it to start it looking to it, 1st thing is to build it: 1...
-
Hi, as as continuation part of older post on Pivot4J, here is the path to put it working with a IDE: 1. Java First thing first, make s...