RosettaCodeData/Task/Array-length/SQL/array-length.sql

2 lines
51 B
SQL

SELECT COUNT() FROM (VALUES ('apple'),('orange'));