Results 1 to 2 of 2

Thread: How to import the queries into the temporary table

  1. #1
    Join Date
    Aug 2005
    Posts
    8

    How to import the queries into the temporary table

    To all,

    I have a question as below : I done one query and i would like to import the data in the query into one temporary table, may i know how to do that?

    Exp : In MS SQL the syntax should be see like this : select * into #temp1 from customer.

    Thanks a lot in advanced.

    Warmest Regards,
    Wilmos Lee.

  2. #2
    Join Date
    Jan 2005
    Posts
    19
    try changing your select query into a make-table query. This is available from the query menu.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •