what do these signs mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what do these signs mean?

SQL + C# "LIKE '{0}*'" ' - ? {} - ? * - ?

16th Apr 2020, 3:28 PM
Mell Note
Mell Note - avatar
1 Answer
0
Put this way it is difficult to understand, we should understand the code. To be an interpolated string there should be a $ before the double opening quote, but in braces, if it is a 0 and not an O, it's no good. Probably the string will be fed to something that will replace {0} with something else. If * it is part of the placeholder it is difficult to say so. SQL usually uses% to indicate any sequence of characters.
16th Apr 2020, 6:42 PM
Ciro Pellegrino
Ciro Pellegrino - avatar