I\'m trying to create a simple key value that will look like \'subid_pid\' where subid and pid are integers. I tried doing concat(subid+\'_\'+pid) and I\'m trying to figure