Hiroki Ohtani
Results
3
comments of
Hiroki Ohtani
trafficstars
This would work for some situations. But major databases like MySQL / Postgres / Oracle support array and have very useful functions for array.
Sorry. MySQL doesn't have array type. But we can use json type instead of array type.
java.sql.ResultSet supports Array type. I think it is reasonable to support array type.