SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table my_table ( id int, min_talon int, talon int ); insert into my_table values (1, 1, 10000),(2, 10001, 20000); select * from my_table; SELECT * FROM my_table WHERE 8542 BETWEEN min_talon AND talon;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear