1. We have moved to a new forum! There may be a few things not working properly so please let us know if you find a bug. Remember to use the bbCode [ sql ] tag for SQL statements.

Insert Statement

Discussion in 'General DB Chat' started by sushi gulhane, Aug 7, 2008.

  1. I Have one query,


    How to insert data in two table using single query????
  2. Unregistered Guest

    You cannot use a single statement to insert data into 2 different table...

    Thanks
    Sandesh S
    Microsoft SQL Server
  3. Unregistered Guest

    Technically not possible but logically yes using triggers

Share This Page