Files
agenciapsilmno/DBS/2026-03-11/supabase-snippets/Untitled query 174.sql
2026-03-12 08:58:36 -03:00

13 lines
333 B
SQL

select
id, name, email, phone,
birth_date, cpf, rg, gender,
marital_status, profession,
place_of_birth, education_level,
cep, address_street, address_number,
address_neighborhood, address_city, address_state,
phone_alt,
notes, consent, created_at
from public.patient_intake_requests
order by created_at desc
limit 1;