i am writting sql script for the first time and i want to seperate a value that contains two user id's which looks like this
612831408762037_617540318291146
i want to separate these two so i have a
user_id = 612831408762037
and post_id = 617540318291146
any ideas on how i shuld approch this?
thanks in advance