Hi! Could we please enable some services and cookies to improve your experience and our website?

SQLize | PHPize | SQLtest

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

A A A
Login    Share code      Blog   FAQ
Copy Format Clear
CREATE TABLE IF NOT EXISTS reverse_index_table ( k varchar, temporal varchar, filenames varchar ); INSERT INTO reverse_index_table VALUES('asd:asd', 'time:2019-01-01', '[asda, asd2]'); -- SELECT k, temporal, file FROM reverse_index_table -- WHERE k = 1 SELECT k, temporal, filenames FROM reverse_index_table WHERE k = 1

Stuck with a problem? Got Error? Ask AI support!

Copy Clear