chore: more work done and planning with AI.
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
select u.name
|
||||
,u.surname
|
||||
,u.login
|
||||
from public.user u
|
||||
where u.id = 1
|
||||
and u.name = 'test'
|
||||
or u.name = 'joe'
|
||||
;
|
||||
Reference in New Issue
Block a user