Bot read from excel with the following symbols.
≤
≤
≥
But after read, bot only returns = for all of them. how to make sure bot includes the greater or equal and lesser than or equal symbols?
Hi , the preservedFormat is already checked. Oh I think its when inserting into the database, it becomes =
Hi, sql server
Hi @TyraS ,
This symbols are unicode , so Try with the following
“insert into temp1 values(N’”+row(“a1”).toString+“')”
1 Like
N
indicates Unicode constant string in MSSQL