You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Opencast Users
Hi guys,
I have written a script in Postgresql to create a table. Now I have a problem with UNIQUE INDEX. So I went to find information on the website and found that INDEX is not suitable for the large amount of data that has NULL values. From the attached photo, I copied the script from a website that I want to retrieve the data for synchronization to create a table. Now, I'm not sure if it's the postgresql that doesn't support or if I need to modify it.