如何快速记住sql语句
答案:1 悬赏:70 手机版
解决时间 2021-03-22 12:43
- 提问者网友:低吟詩仙的傷
- 2021-03-21 17:27
如何快速记住sql语句
最佳答案
- 五星知识达人网友:千夜
- 2021-03-21 18:38
多看多练就会了,其实常用的增删查改也就四种语句而已,没什么难度的:
select column from tablename where id=1 order by id asc;
insert into tablename (column) values (1);
update tablename set coolumn=1 where id=1;
delete from table where id=1;
select column from tablename where id=1 order by id asc;
insert into tablename (column) values (1);
update tablename set coolumn=1 where id=1;
delete from table where id=1;
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯