Hi, > 3. SELECT * FROM dbo.employee where Name <= '玌' ------- The RESULT is > ERROR > 4. SELECT * FROM dbo.employee where Name <= NCHAR(29580) ------- The > RESULT is ERROR > 6. SELECT * FROM dbo.employee where Name >= '王' and Name <= > NCHAR(29580) ------- The RESULT is ERROR
Could you post the actual error message, error code, and stack trace? > The test case above let me confusion, maybe '玌' is not a real > character. Well, I don't know why it doesn't work for MS SQL Server. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
