stevechen
Results
2
issues of
stevechen
1. this code ``` for character_name in {'John Seward', 'Quincey Morris', 'Arthur Holmwood'} select character_name ++ ' is great'; ``` was suppose to generate error according to the description, but...
This EdgeQL code causes an error `for place_name in select (array_unpack(Place.important_places)) union (insert Landmark { name := place_name });` removing the 'select' fixes it.