增加展示选择
This commit is contained in:
14
mall_sql/migrations/20260611_query_user_names.sql
Normal file
14
mall_sql/migrations/20260611_query_user_names.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
-- 查询用户信息
|
||||
-- 请在 Supabase SQL Editor 中执行
|
||||
|
||||
SELECT
|
||||
id,
|
||||
username,
|
||||
email,
|
||||
phone,
|
||||
created_at
|
||||
FROM public.ak_users
|
||||
WHERE id::text IN (
|
||||
'2a97a39f-4efc-40c6-a065-55a2484e3784',
|
||||
'311860b5-d99f-478f-b1ac-3ef1cc55ae07'
|
||||
);
|
||||
Reference in New Issue
Block a user