Sql insert

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 **___

**

INSERT videos(src) VALUES('myMy')

thanks :slight_smile: