flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
[09] WHERE Value Contains LIKE
metricsdao
[09] WHERE Value Contains LIKE
Updated 2023-01-23
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
DISTINCT
pool_name
FROM
ethereum
.
core
.
ez_dex_swaps
WHERE
pool_name
LIKE
'ENS-%'
OR
pool_name
LIKE
'%-ENS LP'
;
Results
Run a query to Download Data