Hi, I hope you're ok, is there any way to adapt an SQL statement so that it reacts according to whether a parameter arrives nil or not, something like this:
drop table if exists tabla;
create table tabla (
id int primary key AUTO_INCREMENT...
asked by
21.08.2018 / 18:07