使用 INSERT 指令加入資料 [Video 31]

Video 31 - Query Insert or https://youtu.be/p_Rnj-9RWfg

使用 INSERT 指令加入資料

insert into
	"tbl_emp-phn"
	(
	 "employee-ID"
	,"phone number"
	,"description"
	)
values
	(
	 '17'
	, '(310) 555-9341'
	,'place up north'
	)
;
arrow
arrow
    文章標籤
    libreoffice base
    全站熱搜

    理群 發表在 痞客邦 留言(0) 人氣()