How can I make a table in MySQL called “order”?

can you use something like?

select * from `order`

Leave a Comment