my sql でsql

デーブルを作る

CREATE TABLE

create table receipt ( –レシートというテーブルを作る (ダブルダッシュの後はコメント)
ID char(4), –ID
date char(8), –20170804
shop char(20), –お店等
item char(20), –物
deposit decimal(8,2), –出金
withdrawel decimal(8,2), –入金
uses char(20), –使途
remarks char(20) –摘要スクリーンショット_080417_020554_PM.jpg
);

出来上がったテーブルがこれ↓

スクリーンショット_080417_040433_PM.jpg

照合順序とか調べてもわからない。

//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js

(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: “ca-pub-5658029825489984”,
enable_page_level_ads: true
});

コメント

タイトルとURLをコピーしました