AmidamaruZXC

Untitled

Dec 13th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.20 KB | None | 0 0
  1. INSERT INTO Food
  2. (id,  supplier_id, name, price, description, weight,
  3. calories, photo_url, amount)  
  4. VALUES  
  5. ($id,  $supplier_id, $name, price, $description, $weight,
  6. $calories, $photo_url, $amount);
Add Comment
Please, Sign In to add comment