S
S
SomeManEa2020-12-14 10:07:07
Transact SQL
SomeManEa, 2020-12-14 10:07:07

Why does the query not show the name, although it is in the T-SQL database?

Searches only for numeric values, not for text values. The type is nvarchar.
For example, I'm trying to find a person with the surname Gordeev, I create a query, but it does not find anything, despite the fact that this surname is in the table.
I tried names in English. language to look for, but the same thing.
Like, In, = the same
5fd70f108b347475989033.jpeg
5fd70f190261a450626157.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SomeManEa, 2020-12-14
@SomeManEa

It turned out that you need to put N before the name
where surname N'Gordeev'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question