Forum Discussion
yachaoh001
May 03, 2023Copper Contributor
The primary key field of the SQLSERVER2016 table is UUID. Variable parameter passing causes a full t
For example, table1 column id is the primary key, varchar(22), ID is prefixed by N by default during parameter passing, resulting in full table scanning; select *from table1 where id = '346xPbiLLvi...
olafhelper
May 03, 2023Bronze Contributor
yachaoh001 , this is an English spoken forum, so please post in English.
And what's the question/issue.