📦 Adding dependency: [tree-sitter-sequel](https://github.com/derekstride/tree-sitter-sql) ### Previews <img width="1398" alt="Screenshot 2025-06-04 at 9 27 08 PM" src="https://github.com/user-attachments/assets/4aee67be-6fb3-4c57-95be-20792639851a" /> <img width="1398" alt="Screenshot 2025-06-04 at 9 34 02 PM" src="https://github.com/user-attachments/assets/730e148f-2bc9-481d-8eea-8110f7884e69" />
5 lines
85 B
SQL
5 lines
85 B
SQL
SELECT *
|
|
FROM users
|
|
WHERE email ilike '%test%'
|
|
AND deleted_at IS NOT NULL
|
|
LIMIT 1;
|