You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know what is the expected returned value. I think we cannot describe it with the actual datamodel, since there is no operator for other ordinals than First and Last, and there is no operator for list difference.
The text was updated successfully, but these errors were encountered:
Who is the fourth president of the United States?
produces
first(sort((United States,president,?),"default"))
The returned value is the same as:
Who is the first president of the United States?
produces
first(sort((United States,president,?),"default"))
I don't know what is the expected returned value. I think we cannot describe it with the actual datamodel, since there is no operator for other ordinals than
First
andLast
, and there is no operator for list difference.The text was updated successfully, but these errors were encountered: