SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table test( nome varchar(20), cognome varchar(20) , nomecognome AS replace(nome+cognome,' ','') ) insert into test(nome,cognome) values ('Mario Fabio','Rossi'); insert into test(nome) values ('Giacomo'); insert into test(nome,cognome) values ('','Stella'); select * from test;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear