<< Prev Question Next Question >>

Question 12/17

You have an Azure Cosmos DB Core (SQL) API account.
You run the following query against a container in the account.
SELECT
IS_NUMBER("1234") AS A,
IS_NUMBER(1234) AS B,
IS_NUMBER({prop: 1234}) AS C
What is the output of the query?

LEAVE A REPLY

Your email address will not be published. Required fields are marked *