SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table if not exists t (v varchar(5)); truncate table t; insert into t values ('aaa'),(333),('bbb'); select * from t where v in ('aaa',333,'bbb'); delete from t where v in ('aaa',333,'bbb');
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear