How do you insert text string into SQL table
Insert text string into SQL table
If you need to insert the word "Don’t" into SQL Server table, you text have to be formatted as ‘Don’’t’ as the double ‘’ will be interpreted as single embedded quote.
Post a Comment
No comments:
Post a Comment