redesigdn docs
This commit is contained in:
10
supabase/check-patients.sql
Normal file
10
supabase/check-patients.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- Check welke patiënten er in de database zitten
|
||||
SELECT
|
||||
id,
|
||||
name_given,
|
||||
name_family,
|
||||
name_prefix,
|
||||
birth_date
|
||||
FROM patients
|
||||
ORDER BY created_at DESC
|
||||
LIMIT 20;
|
||||
Reference in New Issue
Block a user