CREATE TABLE example(x TEXT);
INSERT INTO example(x) VALUES('हैलो, विश्व');
SELECT * FROM example;On Tue, Nov 18, 2014 at 5:42 AM, ARVIND KUMAR <[email protected]> wrote: > Hi, > > I am using SQLite version 3.8.7.1 > > I am not able to insert Hindi Language into table. So please help me > regarding this. > > May you send me the table structure and insert query for inserting Hindi > text into table. > > > Thanks & Regards > Arvind > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

