easyLazada · text
Find products from a specific brand
Find every product whose name starts with 'Samsung'.
Return id and name.
Schema
▸products
| id | INT |
| name | TEXT |
Example input
▸products
Find every product whose name starts with 'Samsung'.
Return id and name.
Schema
| id | INT |
| name | TEXT |
Example input