SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table test ( col1 varchar, col2 varchar, col3 varchar, name varchar ); insert into test values ('aaa', '1', 'b', 'Миша'), ('aaa', '*', '*', 'Паша'); select name from test where ROW(test.col1, test.col2, test.col3) in (ROW('aaa', '1', 'b'));
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear