How do I select a names with four characters from a table using Wildcards. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do I select a names with four characters from a table using Wildcards.

29th Sep 2016, 5:10 AM
Philimon Wanja
Philimon Wanja - avatar
4 Answers
0
safik
29th Sep 2016, 11:52 AM
mohd rafik
0
select names from xyz where names = "____"; //just use 4 underscores and try
29th Sep 2016, 3:39 PM
ABED
ABED - avatar
0
Unfortunately four underscores couldn't work. Thanks though.
29th Sep 2016, 4:17 PM
Philimon Wanja
Philimon Wanja - avatar
0
Yes it worked. Where lastname Like '____'. Thank you.
29th Sep 2016, 4:36 PM
Philimon Wanja
Philimon Wanja - avatar