SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
CREATE TABLE t ( age varchar(32) ); insert into t values (null), ('С 20 лет'), ('С 30 лет'),; SELECT * FROM t; update t set age = LOWER(age); SELECT * FROM t;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear