SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table test( somefield text CHECK (somefield ~ '[[:ascii:]]'), birthday date CHECK (birthday <= CURRENT_DATE) ); insert into test(somefield, birthday) values('asdasddsa', '2012-02-01'); insert into test(somefield, birthday) values('ывоалоыфаловыа', '2012-02-01'); insert into test(somefield, birthday) values('asdasddsa', '2025-02-01');
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear