SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
-- Hint: use Ctrl+Enter for SQL autocomplete create table users ( email varchar(255), lastLogin timestamp with time zone ); insert into users values ('test@mail.ru', null); UPDATE users SET lastLogin = CURRENT_TIMESTAMP WHERE email = 'test@mail.ru' ; select * from users;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear