Hello, how can I do something similar to an if but per sql?
For example: There is a field in the database named dt_ini with no value so far.
I would like to do: "If dt_ini == '' insert into table ( dt_ini ) values ..."
I would have to query the database to see the dt_ini is or has the null value, if yes insert into ... else ...