Hi, i m using the free tier , and i want to insert arabic collation, because i will work with arabic data.
Any help how can be inserted in my database?
Hi, please see:
CREATE COLLATION arabic (provider = icu, locale = ‘ar’);
CREATE TABLE books (id int, title text COLLATE “arabic”);