SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table if not exists transactions ( transaction_id int, merchant_id int, credit_card_id INT, amount int, transaction_timestamp datetime ); insert into transactions values (1,101,1,100,'09/25/2022 12:00:00'),(2,101,1,100,'09/25/2022'),(3,101,1,100,'09/25/2022 12:28:00'),(4,102,2,300,'09/25/2022 12:00:00'),(6,102,2,400,'09/25/2022 14:00:00'); select * from transactions;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear