+ 4
how do you print the ages of all the wolves, my head is about to go off I've given it everything I've got please rescue me thnks a lot...
5 Antworten
+ 3
All wolves have the "wolf" in their name. If you search some value by its part, you can write symbol % instead other part. So your condition will be «WHERE name = '%wolf'».
+ 2
%wolf
+ 1
if the name ends with wolf then give the condition <WHERE name='℅wolf'> or if it starts with wolf then <WHERE name='wolf%'>
0
slelect from table name where name="wolf";
0
%wolf