# Sql insert

**URL:** https://forum.kirupa.com/t/sql-insert/325243
**Category:** programming
**Created:** [October 4, 2011, 1:21pm UTC](https://forum.kirupa.com/t/sql-insert/325243 "2011-10-04T13:21:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jeancnicolas](https://avatars.discourse-cdn.com/v4/letter/j/7bcc69/32.png) [@jeancnicolas](https://forum.kirupa.com/u/jeancnicolas)
#### Post date: [October 4, 2011, 1:21pm UTC](https://forum.kirupa.com/t/sql-insert/325243/1 "2011-10-04T13:21:40Z")

</div>

Hi – whilst trying to figure out another Q … I have a DB with a col called **videos** and it has rows, **id** and **src**.

How do I write my SQL to add a new **video** , with a **src** of \*\*\_\_\_

\*\*

```auto
INSERT videos(src) VALUES('myMy')

```

thanks 🙂
