SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table teste( id int not null primary key, data date); insert into teste values (10, '29-aug-2024'); insert into teste values (11,TO_DATE('15/08/2024', 'DD/MM/YYYY')); select * from teste;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear