如何在sqlite3的整个列中插入相同的值? [英] How to insert same value to entire column in sqlite3?

查看:51
本文介绍了如何在sqlite3的整个列中插入相同的值?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在表格的整个列中插入文本.列有200行.我需要将相同的值插入同一列的整个200行中...

I need to insert a text to entire column in the table. Column is having 200 rows. I need to insert the same value into entire 200 rows of the same column...

我该怎么办?

推荐答案

UPDATE `Table` SET `Column` = 'value'

就没有WHERE子句

这篇关于如何在sqlite3的整个列中插入相同的值?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆