I think it's better to ask before do. need to insert data into a table I need to inset about 800 rows. I tried to performed the task manually but it's so error prone. I need to visualize the data and make some sql to insert it.
my spreedsheet would be like so:
  SP SC RP ..
SP 1 4  5
SC 2 4  4
RP 4 3  4
I would create something like this:
destiny source  value
SP       SP     1
SC       SP     4
Is it pratical to do this in Postgres? Which tools can I use?
