mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-16 18:18:42 -05:00
7 lines
77 B
SQL
7 lines
77 B
SQL
update
|
|
"User"
|
|
set
|
|
"country" = @country,
|
|
"bio" = @bio
|
|
where
|
|
"id" = @id |