1 line
51 B
SQL
1 line
51 B
SQL
SELECT COUNT() FROM (VALUES ('apple'),('orange'));
|
SELECT COUNT() FROM (VALUES ('apple'),('orange'));
|