```sql if new."category" is "rand_category" then...
# help
m
Copy code
sql
if new."category" is "rand_category"
  then
    //Do somthing
  else
    //Do somthing else
  end if;
n
Hello @Muezz! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
m
Why cannot I check like this? What is the correct way?