Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forumguidelines
Abhinandhu K R
1.8k
213
3.9k
insert Query for sql server
Jul 20 2020 3:06 AM
how to insert the id of another table in a table using query.. i need the query for getting the script..
for example
i need the id of tableB in tableA..
i tryd this
insert in tableA (name,tableBid)('some name',select id from tableB where name='something')
this is not working
Reply
Answers (
7
)
SQL server related
How to refresh SQL server databases with new SQL objects from TFS