Β© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabaseβ€’4mo agoβ€’
6 replies
Jacob

Update date field with supabase's instance date

Hey! does it possible to update date field in table to be like
NOW()
NOW()
?
example:

const userId = ...
await supabase.from('table1').update({
  my_updated_at: 'now()'
}).eq('user_id', userId);
const userId = ...
await supabase.from('table1').update({
  my_updated_at: 'now()'
}).eq('user_id', userId);

is this valid? can't find any mention in the docs.
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Help with Implementing Supabase RLS Policy for Specific Field Update
SupabaseSSupabase / help-and-questions
3y ago
Reset local Supabase instance?
SupabaseSSupabase / help-and-questions
4y ago
supabase-js query with nested date compare
SupabaseSSupabase / help-and-questions
6mo ago
help with an local instance of supabase
SupabaseSSupabase / help-and-questions
3y ago