Jump to content

create table from query out put


rony_78

Recommended Posts

I have the following sql query in vb.net and ms access , how do I create a table from the query result ?

SELECT 'Table1' AS [Table], SUM(a) - SUM( AS Result FROM table1  

I have tried but it does not work

create table tble10 as SELECT 'Table1' AS [Table], SUM(a) - SUM( AS Result FROM table1 

any help would be appreciated

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...